forked from jsnbuchanan/crowd-funder-for-time-pwa
fix image server references for tests (2 tests failing: missing function & looking for registration prompt for unregistered user)
This commit is contained in:
@@ -33,12 +33,6 @@ export default defineConfig(({ mode }) => {
|
||||
fs: {
|
||||
strict: false
|
||||
},
|
||||
proxy: process.env.NODE_ENV === 'development' || process.env.NODE_ENV === 'test' ? {
|
||||
'/api': {
|
||||
target: process.env.VITE_DEFAULT_ENDORSER_API_SERVER || 'http://localhost:3000',
|
||||
changeOrigin: true,
|
||||
},
|
||||
} : undefined,
|
||||
},
|
||||
build: {
|
||||
outDir: isElectron ? "dist-electron" : "dist",
|
||||
|
||||
Reference in New Issue
Block a user