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)
Description
Languages
TypeScript
100%