Add a docker build step.

This commit is contained in:
Drew 2025-09-27 20:28:17 -07:00
parent ff6837a751
commit 8ec0d2b75d
9 changed files with 186 additions and 4 deletions

View file

@ -7,7 +7,7 @@ export default defineConfig({
server: {
proxy: {
"/api": {
target: "http://localhost:3000",
target: process.env.VITE_API_URL || "http://127.0.0.1:3000",
changeOrigin: true,
},
},