@redwoodjs/web-server

v8.0.0-canary.1204
Redwood's server for the Web side

build

tsx ./build.mts && yarn build:types

build:pack

yarn pack -o redwoodjs-web-server.tgz

build:types

tsc --build --verbose

build:watch

nodemon --watch src --ext "js,jsx,ts,tsx" --ignore dist --exec "yarn build && yarn fix:permissions"

prepublishOnly

NODE_ENV=production yarn build

fix:permissions

chmod +x dist/index.js; chmod +x dist/watch.js
npm i @redwoodjs/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 8/12/2024

Downloads