dev #86

Merged
ysCha merged 10 commits from dev into dev-deploy 2025-05-30 15:48:09 +09:00
Showing only changes of commit f323d312d7 - Show all commits

2
startscript-dev.js Normal file
View File

@ -0,0 +1,2 @@
var exec = require('child_process').exec
exec('yarn start:dev', { windowsHide: true })