This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
wzg
/
Super_Assistant
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
2912cea937
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
Historique
Raw
1
2
export const isDev = process.env.__DEV__ === 'true';
export const isProduction = !isDev;