first commit
Showing
.github/workflows/main.yml
0 → 100644
... | ... | @@ -4,7 +4,9 @@ |
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"dev": "nuxt" | ||
"dev": "nuxt", | ||
"build": "nuxt build", | ||
"start": "nuxt start" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
... | ... | @@ -14,6 +16,7 @@ |
"cookieparser": "^0.1.0", | ||
"dayjs": "^1.10.4", | ||
"js-cookie": "^2.2.1", | ||
"markdown-it": "^12.0.6", | ||
"nuxt": "^2.15.4" | ||
} | ||
} |
pm2.config.json
0 → 100644
Please register or sign in to comment