diff --git a/package.json b/package.json index db29176..b13c81c 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,11 @@ "dependencies": { "@element-plus/icons-vue": "^2.1.0", "element-plus": "^2.3.10" + }, + "config": { + "nuxt": { + "host": "0.0.0.0", + "port": "3333" + } } }