2 lines
88 B
Batchfile
2 lines
88 B
Batchfile
|
@echo off
|
||
|
wait-on http://localhost:3000 && electron ./.output/src/electron/background.js
|