post CLAUDE updates

had CLAUDE AI made suggestions and edits to code.
added all route and moves some requirements around.
This commit is contained in:
2025-06-17 06:13:59 -04:00
parent 80276d4b74
commit 99d3fbc2b3
13 changed files with 12893 additions and 86 deletions

View File

@@ -7,4 +7,19 @@ export default defineConfig({
react(),
tailwindcss(),
],
server: {
port: 3000,
proxy: {
'/api': {
target: 'http://localhost:5000',
changeOrigin: true,
secure: false
}
}
},
build: {
outDir: 'dist',
assetsDir: 'assets',
sourcemap: true
}
});