This website works better with JavaScript
Home
Explore
Help
Register
Sign In
wzg
/
Super_Assistant
Watch
1
Star
0
Fork
0
Files
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
History
Raw
1
2
export const isDev = process.env.__DEV__ === 'true';
export const isProduction = !isDev;