nodeboot-server-encore
Installation
SKILL.md
Node-Boot on Encore.ts
Use this when the deployment target is Encore.ts rather than a self-owned HTTP listener.
Fresh start or existing app?
Read ../_shared/fresh-vs-existing.md first, then apply it here:
- Fresh start:
npx degit nodejs-boot/node-boot/samples/sample-encore my-app. Encore's own tooling (encore app create/encore run) still applies on top — this just gives you the Node-Boot wiring. - Existing app: look for
NodeBoot.run(EncoreServerinsrc/app.tsand for@nodeboot/encore-serverinpackage.jsonto confirm this adapter is (or isn't) already wired. Remember Encore apps favor explicit imports over@EnableComponentScan().