forget to delete this one...

This commit is contained in:
1C0D 2023-08-07 00:38:18 +02:00
parent 996b3b2059
commit b0ec695296
1 changed files with 0 additions and 9 deletions

9
a.bat
View File

@ -1,9 +0,0 @@
@echo on
IF EXIST "src/main.ts" (
start /B code src/main.ts
) ELSE (
start /B code main.ts
)
call npm install
call npm run dev
pause