refactor: Standardize user and organization ID properties, update Vite proxy port, and refactor data sheet file serving.

This commit is contained in:
2026-03-19 22:05:47 +00:00
parent 0b81094050
commit 37cc1b2acb
10 changed files with 50 additions and 43 deletions

View File

@@ -46,12 +46,12 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: 'http://127.0.0.1:3001',
target: 'http://127.0.0.1:3005',
changeOrigin: true,
secure: false,
},
'/uploads': {
target: 'http://127.0.0.1:3001',
target: 'http://127.0.0.1:3005',
changeOrigin: true,
secure: false,
},