From 1f61c7def5da5601bb332fb35225bc04500e0575 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 5 Sep 2023 23:14:04 +0800 Subject: Add dev scripts for windows. --- dev-frontend.ps1 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 dev-frontend.ps1 (limited to 'dev-frontend.ps1') diff --git a/dev-frontend.ps1 b/dev-frontend.ps1 new file mode 100644 index 00000000..e004980d --- /dev/null +++ b/dev-frontend.ps1 @@ -0,0 +1,3 @@ +Push-Location $PSCommandPath/../FrontEnd +pnpm run start +Pop-Location -- cgit v1.2.3