Files
scrypted/server/bin/scrypted-serve
2023-03-19 18:26:28 -07:00

5 lines
136 B
JavaScript
Executable File

#!/usr/bin/env node
const path = require('path');
const mainPath = path.join(__dirname, '../dist/scrypted-main.js');
require(mainPath);