mirror of
https://github.com/koush/scrypted.git
synced 2026-04-28 18:50:29 +01:00
server: use js for deno-plugin-remote
This commit is contained in:
@@ -24,7 +24,7 @@ export class DenoWorker extends ChildProcessWorker {
|
||||
'run',
|
||||
...execArgv,
|
||||
'--allow-all',
|
||||
path.join(__dirname, '../../../deno', 'deno-plugin-remote.ts'),
|
||||
path.join(__dirname, '../../../deno', 'deno-plugin-remote.js'),
|
||||
// TODO: send this across.
|
||||
// mainFilename.replace('dist', 'src').replace('.js', '.ts'),
|
||||
'child', this.pluginId
|
||||
|
||||
Reference in New Issue
Block a user