@samitouri / QOSami-HFS / commits / edd6cea6

dev: watch-server-proxied not working anymore

Massimo Melina committed May 25, 2023 at 22:24 UTC edd6cea6740f9957e8e48425f3d28663392f1e8b
2 files changed +2
admin/vite.config.ts
+1
@@ -20,6 +20,7 @@ export default defineConfig({
20 ],
21 server: {
22 port: 3006,
23 + host: '127.0.0.1',
24 proxy: {
25 '/~/': {
26 target: 'http://localhost',
frontend/vite.config.ts
+1
@@ -9,6 +9,7 @@ export default defineConfig({
9 },
10 server: {
11 port: 3005,
12 + host: '127.0.0.1',
13 proxy: {
14 '/~/': {
15 target: 'http://localhost',