get rid of not needed environment variable

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2023-01-31 20:58:51 +01:00 committed by Gitea
parent eae82fb235
commit 445560d376

View file

@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "VITE_BASE_URL=http://localhost:3008 vite dev",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "playwright test",