mirror of
https://github.com/koush/scrypted.git
synced 2026-03-15 22:52:44 +00:00
server: add deno flags
This commit is contained in:
@@ -20,7 +20,7 @@ export class DenoWorker extends ChildProcessWorker {
|
||||
}
|
||||
|
||||
const args = [
|
||||
'--unstable-byonm', '--unstable-bare-node-builtins', '--unstable-sloppy-imports',
|
||||
'--unstable-byonm', '--unstable-bare-node-builtins', '--unstable-sloppy-imports', '--unstable-webgpu',
|
||||
'run',
|
||||
...execArgv,
|
||||
'--allow-all',
|
||||
|
||||
Reference in New Issue
Block a user