adding backup and data perstance accross devices
This commit is contained in:
+8
-1
@@ -6,6 +6,13 @@ export default defineConfig({
|
||||
server: {
|
||||
host: true,
|
||||
allowedHosts: ['study.necloud.us', 'localhost', 'study.versebyversewithnate.us'],
|
||||
// Proxy /api calls to the Express backend during development
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://localhost:3001',
|
||||
changeOrigin: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
test: {
|
||||
environment: 'jsdom',
|
||||
@@ -17,4 +24,4 @@ export default defineConfig({
|
||||
include: ['src/**/*.{js,jsx}'],
|
||||
},
|
||||
},
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user