production mode
after refine build, how can i satrt a refine project in production mode ?
i'm using pm2 and i would top build consistent setup
i'm using pm2 and i would top build consistent setup
npm run dev command.npm start or npm run start to start the application in production mode. This command usually runs the built version of your application, which you can create using a command like npm run build.npm run start