d3george / slash-admin

A modern react admin. It is based on react 18, vite and TypeScript. It's fast !
https://admin.slashspaces.com/
MIT License
1.49k stars 218 forks source link

✨ feat: add env intelliSense for TypeScript #45

Closed eternallycyf closed 4 months ago

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
slash-admin ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 9, 2024 10:56am
eternallycyf commented 4 months ago

package.json 也加下mode "start": "vite --mode development",

d3george commented 4 months ago

请描述下该提交作用

eternallycyf commented 4 months ago

增加env环境变量的TypeScript的提示 看到了项目中有用到挺多次环境变量. VITE_APP_ENV 这个你看是顺便把启动方式也加上 --mode development 还是去掉比较合适

d3george commented 4 months ago

已合并