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