move over

This commit is contained in:
KS Jannette
2026-02-27 16:41:18 -05:00
parent 5f81a4b1cc
commit 35d1c13d0a
54 changed files with 312 additions and 5626 deletions

View File

@@ -7,7 +7,7 @@ export default defineConfig({
server: {
port: 3000,
proxy: {
'/api': {
'/v1': {
target: 'http://localhost:3001',
changeOrigin: true,
},