WORKKKKKKKS ; Page loading works really well now. If anything goes wrong revert to this commit
This commit is contained in:
14
pm2.config.js
Normal file
14
pm2.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: "markdownblog-dev",
|
||||
script: "npm",
|
||||
args: "run dev",
|
||||
watch: true,
|
||||
env: {
|
||||
NODE_ENV: "development",
|
||||
PORT: 8080
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user