@redwoodjs/web-server

v7.0.0-canary.458
Redwood's server for the Web side

test

echo "No tests yet"

build

yarn node ./build.mjs && yarn build:types

test:watch

echo "No tests yet"

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 11/11/2023

Downloads