website/index.js

2 lines
79 B
JavaScript
Raw Normal View History

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