mirror of
https://github.com/koush/scrypted.git
synced 2026-04-11 02:50:21 +01: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);
|