mirror of
https://github.com/koush/scrypted.git
synced 2026-02-08 16:29:57 +00:00
5 lines
136 B
JavaScript
Executable File
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);
|