From 8a71a2e1cd0c9d5f666e5fbc58db1c262cb17f1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Thu, 21 Sep 2023 22:14:38 +0900 Subject: [PATCH] feat: Merge stc docs into the monorepo (#4) --- swc-plugins/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swc-plugins/package.json b/swc-plugins/package.json index e9a7755..1de50be 100644 --- a/swc-plugins/package.json +++ b/swc-plugins/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "scripts": { - "dev": "next dev -p 30000", + "dev": "next dev -p 50000", "build": "next build", "start": "next start", "lint": "next lint"