website/index.js

2 lines
81 B
JavaScript

const execSync = require('child_process').execSync;
code = execSync('npm start');