Let it be as it was in dev branch

This commit is contained in:
Nikolay Rozhkov 2023-06-29 16:44:33 +03:00
parent 8e3f8b1a57
commit 95a436595e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"private": true,
"type": "module",
"scripts": {
"dev": "pnpm prefetch && vitepress --port 3333 --host",
"dev": "vitepress --port 3333 --open",
"build": "pnpm prefetch && vitepress build",
"build-no-prefetch": "vitepress build",
"serve": "vitepress serve",