From 7cd202ef24676b63e06a81f0fa7232aaf8dde119 Mon Sep 17 00:00:00 2001 From: nanxiaobei Date: Sun, 25 Dec 2022 04:21:39 +0800 Subject: [PATCH] 6.5 --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ba4cfed..af4723a 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,11 @@ { "name": "hugo-paper", - "version": "6.4.0", + "version": "6.5.0", "repository": "https://github.com/nanxiaobei/hugo-paper.git", "author": "nanxiaobei ", "license": "MIT", - "private": true, "scripts": { - "__FOR_DEV__": "please change 192.168.0.122 to your local IP", + "__FOR_DEV__": "please change all `192.168.0.122` 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.122 --bind=192.168.0.122 --port=1313", "dev:open": "open http://192.168.0.122:1313/",