File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8888 user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
8989 -->
9090 < link rel ="manifest " href ="/manifest.json " />
91- < script async data-id ="%REACT_APP_CLICKY_ID % " src ="//static.getclicky.com/js "> </ script >
91+ < script async data-id ="%VITE_CLICKY_ID % " src ="//static.getclicky.com/js "> </ script >
9292</ head >
9393
9494< body >
Original file line number Diff line number Diff line change 11export const version = '1.25.0'
2- export const timestamp = '9/04/2025, 10:49:36 am'
2+ export const timestamp = '9/04/2025, 11:03:21 am'
Original file line number Diff line number Diff line change 2424 "scripts" : {
2525 "setup" : " yarn install && cd demo && yarn install" ,
2626 "test" : " jest" ,
27- "demo" : " cd demo && node ./scripts/getVersion.js && yarn && yarn start" ,
27+ "demo" : " cd demo && node ./scripts/getVersion.cjs && yarn && yarn start" ,
2828 "build" : " rimraf ./build && rollup -c && rimraf ./build/dts" ,
2929 "lint" : " npx eslint \" src/**\" " ,
3030 "postbuild" : " node ./scripts/cleanBuildTypes.cjs" ,
You can’t perform that action at this time.
0 commit comments