Update HMR. Make it true HMR. Add URL to page server props
This commit is contained in:
Vendored
+1
@@ -9,6 +9,7 @@ export default function () {
|
||||
.action(async () => {
|
||||
log.banner();
|
||||
log.info("Starting production server ...");
|
||||
process.env.NODE_ENV = "production";
|
||||
await init();
|
||||
const config = await grabConfig();
|
||||
global.CONFIG = { ...config };
|
||||
|
||||
Reference in New Issue
Block a user