deployment stuff

This commit is contained in:
Thomas Faour
2025-06-21 23:52:16 -04:00
parent b6aded5281
commit bfb0eae32c
6 changed files with 14 additions and 31 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ export default defineConfig({
port: 5173,
proxy: {
'/api': {
target: 'http://localhost:3000',
target: 'http://localhost:4395',
changeOrigin: true,
}
}