proxy through ngnix

This commit is contained in:
2023-09-16 16:04:30 +02:00
parent 6580924bbe
commit 78c07c7806
6 changed files with 31 additions and 21 deletions

View File

@@ -14,11 +14,6 @@ export default defineConfig(({ mode }) => {
},
extensions: ['.mjs', '.js', '.ts', '.jsx', '.tsx', '.json', '.vue']
},
define: {
'process.env.EVEAL_API_URL': JSON.stringify(env.EVEAL_API_URL),
'process.env.EVEPRAISAL_URL': JSON.stringify(env.EVEPRAISAL_URL),
'process.env.ESI_URL': JSON.stringify(env.ESI_URL),
},
server: {
port: 3000,
strictPort: true,