web/svelte: change public prefix to WEB_

This commit is contained in:
dumbmoron
2024-09-09 15:11:08 +00:00
parent ce7633c81a
commit 8df4bc00cb
2 changed files with 4 additions and 1 deletions

View File

@ -40,6 +40,9 @@ const config = {
precompress: false,
strict: true
}),
env: {
publicPrefix: 'WEB_'
},
version: {
pollInterval: 60000
},