From 217e5c61f598c66dc07836b7b6c6a357aee46fd8 Mon Sep 17 00:00:00 2001 From: nanxiaobei Date: Sat, 25 Feb 2023 01:18:56 +0800 Subject: [PATCH] update dev ip --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 519f9a2..84f3e41 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,10 @@ "author": "nanxiaobei ", "license": "MIT", "scripts": { - "__FOR_DEV__": "please change all `192.168.0.161` to your local IP", + "__FOR_DEV__": "please change all `192.168.0.124` 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.161 --bind=192.168.0.161 --port=1313", - "dev:open": "open http://192.168.0.161:1313/", + "dev:server": "hugo server --buildDrafts --watch --minify --disableFastRender --themesDir=../.. --source=exampleSite --baseURL=192.168.0.124 --bind=192.168.0.124 --port=1313", + "dev:open": "open http://192.168.0.124: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",