diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-10-05 10:35:19 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-10-05 10:35:19 -0400 |
| commit | 526efb52c29fe6ef6e855dd5440f1c76f6113c7a (patch) | |
| tree | 1b82e072226acaa3461cfcf48c9ab25a6f2157f7 /package.json | |
| parent | 731212029f631cd32e275e5ac0217f3860c433ca (diff) | |
| download | chine-projet-526efb52c29fe6ef6e855dd5440f1c76f6113c7a.tar.gz chine-projet-526efb52c29fe6ef6e855dd5440f1c76f6113c7a.tar.bz2 chine-projet-526efb52c29fe6ef6e855dd5440f1c76f6113c7a.zip | |
update package
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index b9d50d1..be6cdc8 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "private": true, "scripts": { - "dev": "nuxt", + "dev": "nuxt --hostname 0.0.0.0", "build": "nuxt build", "start": "nuxt start", "generate": "nuxt generate", |
