config(Deploy): use environment to config api server.

This commit is contained in:
2025-04-04 18:28:10 -05:00
parent 8a855be105
commit 459a028891
4 changed files with 5 additions and 4 deletions

View File

@@ -47,8 +47,6 @@ export default defineConfig({
}),
],
define: { 'process.env': {
API_IMPLEMENTATION: 'django',
DJANGO_BASE_URL: 'http://localhost:7000'
} },
resolve: {
alias: {