|
|
@@ -55,7 +55,7 @@ export default defineConfig((ctx) => {
|
|
|
// publicPath: '/',
|
|
|
// analyze: true,
|
|
|
env: {
|
|
|
- APP_NAME: "skeleton",
|
|
|
+ APP_NAME: "serprati-associado",
|
|
|
API_URL: ctx.dev ? "http://localhost:8000" : "http://localhost:8000",
|
|
|
PASSWORD: ctx.dev ? "S@ft2080." : "",
|
|
|
WEBSOCKET_API: ctx.dev
|
|
|
@@ -222,7 +222,7 @@ export default defineConfig((ctx) => {
|
|
|
builder: {
|
|
|
// https://www.electron.build/configuration/configuration
|
|
|
|
|
|
- appId: "quasar-skeleton",
|
|
|
+ appId: "serprati-associado",
|
|
|
},
|
|
|
},
|
|
|
|