6 lines
285 B
Markdown
6 lines
285 B
Markdown
# Typescript cloud function example
|
|
|
|
- Use the package.json scripts
|
|
- `npm run generate-api-client` To regenerate the api client with the openapi spec of nitrodev
|
|
- `npm run dev:watch` To trigger the function locally from a http request (eg GET http://localhost:18082/?a=ED)
|