Streamline install paths and runtime bootstrap

This commit is contained in:
Advait Paliwal
2026-03-24 19:24:04 -07:00
parent 3ee6ff4199
commit cd85e875df
9 changed files with 47 additions and 56 deletions

3
bin/feynman.js Normal file → Executable file
View 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");