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",
"version": "1.0.0",
"version": "1.0.1",
"description": "Whois domain name search for Tinysites",
"license": "GPL-3.0-only",
"homepage": "https://whois.tinysites.com",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"