|
@@ -35,7 +35,7 @@ if (!fs.existsSync(certFilePath) || !fs.existsSync(keyFilePath)) {
|
|
throw new Error('Could not create certificate.');
|
|
throw new Error('Could not create certificate.');
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-const target = process.env.VUE_APP_API_BASE_URL || 'https://localhost:6001';
|
|
|
|
|
|
+//const target = process.env.VUE_APP_API_BASE_URL || 'https://localhost:6001';
|
|
module.exports = defineConfig({
|
|
module.exports = defineConfig({
|
|
transpileDependencies: true,
|
|
transpileDependencies: true,
|
|
lintOnSave: false,
|
|
lintOnSave: false,
|