2025-09-19 15:55:37 +02:00

285 B

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)