Skip to content

Commit 9dd5c81

Browse files
committed
bye
1 parent 35f7d80 commit 9dd5c81

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

vite.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ export default ({ mode }: { mode: string }) => {
1010
envDir: '..',
1111
root: 'app',
1212
base: env.VITE_BASE_URL ?? 'test',
13-
define: {
14-
__APP_VERSION__: JSON.stringify(env.VITE_APP_VERSION || '0.0.0'),
15-
__APP_COMMIT_SHA__: JSON.stringify(env.VITE_APP_COMMIT_SHA || 'unknown'),
16-
},
1713
server: {
1814
proxy: {
1915
api: {

0 commit comments

Comments
 (0)