[]
= "node-api"
= "node-api.localhost"
[]
= "20.11.0"
[]
# node --watch (built into Node 18+) -- stack spawns and supervises it
# directly. Compare with examples/fastapi-dev, which uses [run].external
# to run its own dev server by hand instead.
= "node --watch server.js"
= 3000