Skip to content

Commit 075612d

Browse files
committed
Fix Env vars
1 parent 3ac3d66 commit 075612d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
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>

demo/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export 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'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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",

0 commit comments

Comments
 (0)