285 B
285 B
Typescript cloud function example
- Use the package.json scripts
npm run generate-api-clientTo regenerate the api client with the openapi spec of nitrodevnpm run dev:watchTo trigger the function locally from a http request (eg GET http://localhost:18082/?a=ED)