ccIDE/run.bat
damp11113 cdfaf53a5c update 1.5
add dependencies
2024-09-12 21:40:45 +07:00

5 lines
94 B
Batchfile

@echo off
title Starting ccIDE
start "" cmd /c "npm cache clean --force"
timeout 2
npm run dev