proxy through ngnix
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user