vite build --mode staging. And to get the behavior we want, we need a .env.staging file: # .env.staging NODE_ENV=production VITE_APP_TITLE=My App (staging).
確定! 回上一頁