Shebang fix

pull/3/head
Zef Hemel 2022-05-04 16:31:11 +02:00
parent 1bb8ab3056
commit 3037dbe58a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node --enable-source-maps
#!/usr/bin/env -S node --enable-source-maps
import { nodeModulesDir } from "@plugos/plugos/environments/node_sandbox";
import { preloadModules } from "@silverbulletmd/common/preload_modules";
import { realpathSync } from "fs";