Skip to content

Commit 7a27e11

Browse files
authored
Merge pull request #297 from TaloDev/develop
Release 0.36.1
2 parents fc72f5e + d317c6c commit 7a27e11

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.env.production

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VITE_API_URL=${API_URL}
1+
VITE_API_URL=\${API_URL}
22

3-
VITE_SENTRY_DSN=${SENTRY_DSN}
3+
VITE_SENTRY_DSN=\${SENTRY_DSN}
44
VITE_SENTRY_ENV=prod

config/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
for filename in /bin/www/js/*.js; do
2+
for filename in /bin/www/assets/*.js; do
33
envsub $filename $filename
44
done
55

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"lint-staged": {
7979
"*.{ts,js,tsx,jsx}": "eslint --fix"
8080
},
81-
"version": "0.36.0",
81+
"version": "0.36.1",
8282
"engines": {
8383
"node": "20.x"
8484
},

0 commit comments

Comments
 (0)