Create Dockerfile

This commit is contained in:
henryclw
2022-04-18 23:48:19 -07:00
parent aee764c2d6
commit b78f3c6853
3 changed files with 34 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
"scripts": {
"build": "npm run convert && vite-ssg build",
"convert": "esno scripts/convert.ts",
"dev": "vite --port 3333 --open",
"dev": "vite --port 3333 --open --host",
"lint": "eslint .",
"postinstall": "npm run convert",
"preview": "vite preview",
@@ -32,6 +32,7 @@
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^2.3.1",
"@unocss/reset": "^0.6.3",
"consola": "^2.15.3",
"critters": "^0.0.16",
"cross-env": "^7.0.3",