From 0614df2f7a82db78531709ad6a60a9570b1a8957 Mon Sep 17 00:00:00 2001 From: nanxiaobei Date: Wed, 7 Jun 2023 02:25:29 +0800 Subject: [PATCH] update scripts --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7f861e5..809d82b 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,10 @@ "author": "nanxiaobei ", "license": "MIT", "scripts": { - "__FOR_DEV__": "please change all `192.168.0.102` to your local IP", + "__FOR_DEV__": "please change all `192.168.0.101` to your local IP", "dev:tailwind": "pnpm tailwindcss -i ./assets/app.css -o ./assets/main.css --watch", - "dev:server": "hugo server --buildDrafts --watch --minify --disableFastRender --themesDir=../.. --source=exampleSite --baseURL=192.168.0.102 --bind=192.168.0.102 --port=1313", - "dev:open": "open http://192.168.0.102:1313/", + "dev:server": "hugo server --buildDrafts --watch --minify --disableFastRender --themesDir=../.. --source=exampleSite --baseURL=192.168.0.101 --bind=192.168.0.101 --port=1313", + "dev:open": "open http://192.168.0.101:1313/", "build:go": "cp exampleSite/go.default.mod exampleSite/go.mod", "build:generate": "hugo --gc --minify --themesDir=../.. --source=exampleSite --config=go.toml,config.toml", "dev": "killall hugo & pnpm dev:tailwind & pnpm dev:server & pnpm dev:open",