Streamline install paths and runtime bootstrap
This commit is contained in:
3
bin/feynman.js
Normal file → Executable file
3
bin/feynman.js
Normal file → Executable file
@@ -5,4 +5,5 @@ if (v[0] < 20) {
|
||||
console.error("upgrade: https://nodejs.org or nvm install 20");
|
||||
process.exit(1);
|
||||
}
|
||||
import("../dist/index.js");
|
||||
await import("../scripts/patch-embedded-pi.mjs");
|
||||
await import("../dist/index.js");
|
||||
|
||||
Reference in New Issue
Block a user