Skip to content

Commit 3383204

Browse files
author
Daniil Yankouski
authored
Update define.ts
1 parent 4420364 commit 3383204

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.vite/define.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import pkg from '../package.json';
22

33
const ENV_CONFIG = {
4-
PIE_URL: 'https://pie.xplorie.com',
5-
TOKEN: 'Zm9vOmZvb3NlY3JldA==',
6-
XEVA_PORTAL_URL: 'https://xeva.xplorie.com',
4+
DEVELOPMENT: true,
75
};
86

97
const defineOptions = {

0 commit comments

Comments
 (0)