Adrian
|
00066be07b
|
feat: add express support (#138)
* refactor: migrate to latest nitro v3
Signed-off-by: Pooya Parsa <pooya@pi0.io>
* update workaround
* fix(nitro): nitro builder using deprecated srcDir
* fix: testing matrix dirs
* fix(hono): externalize nitro workflow output dir
* chore: format
* fix(nitro): externalize .nitro/workflow folder
* docs(hono): update getting started
* update docs and workbench
* improve plugin patch
* docs: preserve code style
* update `getWorkflowDirs`
* test: fix hono dev config
* fix: wrong api file path in hono dev config
* fix(nitro): check all dirs for builder
* chore: add comments
* add express workbench testing app
* docs: add express wip page
* add workflows symlink for express workbench
* add hook and trigger routes for express workbench
* update server entrypoint to use hook and trigger router
* remove h3 and add express types
* docs: add express getting started guide
* test: wire up express workbench
* Update workbench/express/routes/hook.routes.ts
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
* Update workbench/express/routes/trigger.routes.ts
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
* build: missing deps in workbench express
* build: remove express as dev dep
* lockfile
* build: remove test command from express workbench
* fix: url query parsing
* chore: add README
* remove app hook and trigger routers
* .
* fix: json body not getting parsed in workbench express
* fix: writing streams in workbench
* fix: wrong stream piping express workbench
* update
* fix: json parsing body workbench express
* update
* fix: add js file extension for relative import on workflow express workbench
* test
* refactor: route naming conventions for nitro
* refactore: convert to catch all api on express
* Update workbench/express/package.json
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
* refactor: api file convention
* testing presets
* refactor: use simple `index.ts`
* update
* switch entry format to node
* add generate workflow script to express
* fix: express nitro config
* docs(express): update express getting started
* test: add express
* fix(express): workbench api routes
* fix(express): add workflowsDir to testing matrix
* format
* update gitignore
* fix
* .
* trigger ci
* update workflows dir
* fix: streaming in express
* fix: not json parsing body express
* fix: missing dev test in express
* fix: test matrix for express
* docs(express): update getting started and add rollup dep
* .
* docs: add express card to home page and getting started
* Update docs/content/docs/getting-started/express.mdx
Co-authored-by: Pooya Parsa <pooya@pi0.io>
* docs: fix express
* remove h1 on express
---------
Signed-off-by: Pooya Parsa <pooya@pi0.io>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
|
2025-11-19 17:12:53 -08:00 |
|