dev: fix django connection.

This commit is contained in:
2025-02-08 16:29:53 -05:00
parent ccc233f008
commit 27cbeca6cb
3 changed files with 20 additions and 13 deletions

View File

@@ -65,7 +65,6 @@ export default defineConfig({
port: 3000,
},
build: {
outDir: '../../static/frontend/',
outDir: 'dist/',
},
base: '/frontend/',
})