updating infrastructure

This commit is contained in:
2025-11-23 10:24:57 -06:00
parent 2a596b29f7
commit 23b0361718
26 changed files with 119 additions and 504 deletions

View File

@@ -19,7 +19,7 @@ export default defineConfig({
target: 'http://localhost:3000',
changeOrigin: true,
secure: false,
rewrite: (path) => path.replace(/^\/api/, '')
// rewrite: (path) => path.replace(/^\/api/, '')
}
}
}