server: use js for deno-plugin-remote

This commit is contained in:
Koushik Dutta
2024-08-14 20:22:11 -07:00
parent 0dad6eaa76
commit 2c54dc07ae
4 changed files with 4 additions and 4 deletions

View File

@@ -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