Nuxt/examples/custom-port-host/package.json

12 lines
184 B
JSON

{
"name": "example-custom-port-host",
"dependencies": {
"nuxt-edge": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}