forked from trent_larson/crowd-funder-for-time-pwa
fix(build): resolve web build script export error and add missing serve dependency
- Fix malformed multi-line comment in .env.test causing shell parsing failure - Add serve@14.2.4 as dev dependency to eliminate build-time installation prompts - Resolves "export: ' production).=': not a valid identifier" error - Test environment builds now complete successfully without user interaction Fixes test environment build blocking issue
This commit is contained in:
@@ -7,7 +7,7 @@ VITE_LOG_LEVEL=info
|
||||
TIME_SAFARI_APP_TITLE="TimeSafari_Test"
|
||||
VITE_APP_SERVER=https://test.timesafari.app
|
||||
# This is the claim ID for actions in the BVC project, with the JWT ID on this environment (not
|
||||
production).
|
||||
# This is the claim ID for actions in the BVC project, with the JWT ID on this environment (not production).
|
||||
|
||||
VITE_BVC_MEETUPS_PROJECT_CLAIM_ID=https://endorser.ch/entity/01HWE8FWHQ1YGP7GFZYYPS272F
|
||||
VITE_DEFAULT_ENDORSER_API_SERVER=https://test-api.endorser.ch
|
||||
|
||||
Reference in New Issue
Block a user