add git diffs and permission support

This commit is contained in:
2026-01-19 23:45:03 -05:00
parent 313ac44337
commit 61a2e9b8af
44 changed files with 2051 additions and 267 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ export default defineConfig({
host: '0.0.0.0',
proxy: {
'/api': {
target: 'http://localhost:3000',
target: `http://localhost:${process.env.VITE_BACKEND_PORT || 3000}`,
changeOrigin: true,
ws: true
}