wasp/waspc/packages/deploy/README.md
2023-02-07 10:29:25 -05:00

7 lines
122 B
Markdown

To run the deploy package as a standalone TS project, run:
```sh
npm install
npm run build
node dist/index.js fly ...
```