More task changes
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 2m3s
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 2m3s
This commit is contained in:
@@ -84,6 +84,15 @@ module.exports = configure(function (/* ctx */) {
|
||||
// open: true, // opens browser window automatically
|
||||
port: 4000,
|
||||
strictport: true,
|
||||
// This works around CORS problems when developing locally, using the Appwrite backend
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'https://apidev.bab.toal.ca/',
|
||||
changeOrigin: true,
|
||||
secure: false,
|
||||
rewrite: (path) => path.replace(/^\/api/, ''),
|
||||
},
|
||||
},
|
||||
// For reverse-proxying via haproxy
|
||||
// hmr: {
|
||||
// clientPort: 443,
|
||||
|
||||
Reference in New Issue
Block a user