remove --host from package.json

main
Ryan Moon 2024-08-12 01:10:27 -04:00
parent 1142dfd568
commit 0b398334af
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
{ {
"name": "whois", "name": "whois",
"version": "1.0.0", "version": "1.0.1",
"description": "Whois domain name search for Tinysites", "description": "Whois domain name search for Tinysites",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"homepage": "https://whois.tinysites.com", "homepage": "https://whois.tinysites.com",
"scripts": { "scripts": {
"build": "nuxt build", "build": "nuxt build",
"dev": "nuxt dev --host", "dev": "nuxt dev",
"generate": "nuxt generate", "generate": "nuxt generate",
"preview": "nuxt preview", "preview": "nuxt preview",
"postinstall": "nuxt prepare" "postinstall": "nuxt prepare"