mirror of
https://git.freecumextremist.com/grumbulon/pomme.git
synced 2024-10-31 23:50:34 +00:00
get rid of not needed environment variable
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
eae82fb235
commit
445560d376
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue