website/index.js

2 lines
81 B
JavaScript
Raw Normal View History

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