feat: backend reverse proxy

This commit is contained in:
Timothy J. Baek
2023-11-14 16:28:51 -08:00
parent 611b10a79d
commit 6a9bef755b
13 changed files with 179 additions and 13 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"scripts": {
"start": "http-server ./build",
"start": "http-server ./build -P http://localhost:8080?",
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview",
@@ -50,4 +50,4 @@
"svelte-french-toast": "^1.2.0",
"uuid": "^9.0.1"
}
}
}