building frontend and serving with fastapi

This commit is contained in:
2024-02-26 13:17:26 -05:00
parent 1916185f19
commit 056e1067f4
2 changed files with 9 additions and 0 deletions

View File

@@ -9,4 +9,7 @@ export default defineConfig({
"Access-Control-Allow-Origin": '*',
},
},
build: {
outDir: '../backend/dist/',
},
});