@redwoodjs/dev-server

v0.6.1-canary.36
The dev server looks for "lambda functions" in the directory (default: `./api/src/functions`) specified by your `redwood.toml` configuration file.

build

yarn cross-env NODE_ENV=production babel src -d dist --delete-dir-on-start --extensions ".ts" --source-maps inline

prepublishOnly

yarn build

build:watch

nodemon --watch src --ext 'js,ts,tsx' --ignore dist --exec 'yarn build'
npm i @redwoodjs/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 5/14/2020

Downloads