forked from React-Group/interstellar_ai
7 lines
80 B
Batchfile
7 lines
80 B
Batchfile
|
cd node-bin
|
||
|
set PATH=%PATH%;%CD%
|
||
|
cd ..
|
||
|
|
||
|
start /b npm start
|
||
|
npx electron .
|