Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 370 Bytes

File metadata and controls

21 lines (15 loc) · 370 Bytes

Run commands

Run commands with Turbo

npx turbo run [build/deploy]

New Sample

For a new Functionless Project, add a new FunctionlessProject block in the projenrc.ts file.

Like:

new FunctionlessProject({
  parent: turbo,
  defaultReleaseBranch: 'main',
  name: '[project_name]',
  outdir: 'packages/[project_name]',
  cdkVersion: '2.33.0'
})