Skip to content

Commit

Permalink
Merge pull request #297 from TaloDev/develop
Browse files Browse the repository at this point in the history
Release 0.36.1
  • Loading branch information
tudddorrr authored Oct 8, 2024
2 parents fc72f5e + d317c6c commit 7a27e11
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VITE_API_URL=${API_URL}
VITE_API_URL=\${API_URL}

VITE_SENTRY_DSN=${SENTRY_DSN}
VITE_SENTRY_DSN=\${SENTRY_DSN}
VITE_SENTRY_ENV=prod
2 changes: 1 addition & 1 deletion config/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
for filename in /bin/www/js/*.js; do
for filename in /bin/www/assets/*.js; do
envsub $filename $filename
done

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"lint-staged": {
"*.{ts,js,tsx,jsx}": "eslint --fix"
},
"version": "0.36.0",
"version": "0.36.1",
"engines": {
"node": "20.x"
},
Expand Down

0 comments on commit 7a27e11

Please sign in to comment.