You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
476 B
20 lines
476 B
|
|
// // http://localhost:3344
|
|
// get("http://baidu.com",res=>{
|
|
// console.log(res.statusCode);
|
|
// })
|
|
// import { spawn, ChildProcess } from 'child_process'
|
|
// spawn(
|
|
// electronForge,
|
|
// [
|
|
// "start",
|
|
// "--inspect-electron",
|
|
// "--app-path",
|
|
// join(__dirname, "dist/electron/entry.js"),//join(__dirname, `../${main}`),
|
|
// ] ,
|
|
// {
|
|
// stdio: 'inherit',
|
|
// env: Object.assign(process.env, { NODE_ENV: "development" }),
|
|
// })
|
|
|
|
process.kill(19656)
|
|
|