chore: docker compose dev
TS Lint / Oxlint (push) Successful in 40s
TS Lint / TypeScript (push) Successful in 46s
TS Lint / ESLint (push) Successful in 46s

This commit is contained in:
2026-06-30 23:20:58 +02:00
parent c92f337006
commit deba8a73f9
4 changed files with 70 additions and 7 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export default defineConfig({
hmr: true,
proxy: {
"/api": {
target: "http://localhost:5000",
target: "http://app:5000",
changeOrigin: true,
secure: false,
},