website/index.js

2 lines
81 B
JavaScript
Raw Normal View History

2023-04-30 20:28:27 +00:00
const execSync = require('child_process').execSync;
2023-04-30 22:01:45 +00:00
code = execSync('npm start');