From 2e44bb585cbb9442a15409cfad01ab97bf509399 Mon Sep 17 00:00:00 2001 From: Shadow Date: Mon, 7 Oct 2024 22:05:38 -0500 Subject: [PATCH] chore: add web start script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e3de43d1..9a3114b5 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,8 @@ "test": "vitest", "web": "pnpm run web:docs && turbo run web:dev", "web:build": "turbo run web:build", - "web:docs": "turbo run docs" + "web:docs": "turbo run docs", + "web:start": "turbo run web:start" }, "dependencies": { "@net-tech-/env-cmd": "1.0.3"