We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4420364 commit 3383204Copy full SHA for 3383204
.vite/define.ts
@@ -1,9 +1,7 @@
1
import pkg from '../package.json';
2
3
const ENV_CONFIG = {
4
- PIE_URL: 'https://pie.xplorie.com',
5
- TOKEN: 'Zm9vOmZvb3NlY3JldA==',
6
- XEVA_PORTAL_URL: 'https://xeva.xplorie.com',
+ DEVELOPMENT: true,
7
};
8
9
const defineOptions = {
0 commit comments