This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
wzg
/
Super_Assistant
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
c58233706e
Branches
Tags
chd
chdZh
merge_branch
tag_v0.1.5
trail_branch
wzg
v0.1.5_20250508
Super_Assist...
/
packages
/
vite-config
/
lib
/
env.mjs
env.mjs
89 B
Histórico
Raw
1
2
export const isDev = process.env.__DEV__ === 'true';
export const isProduction = !isDev;