1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00
_/vercel-fastify/README.md
2024-04-22 00:20:58 +09:00

17 lines
653 B
Markdown

## 何をしたかったか
Fastify と @fastify/autoload を使って Vercel にデプロイできるかどうかチェック。
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fkou029w%2F_%2Ftree%2Fmaster%2Fvercel-fastify)
## 結果
とりあえず OK
## ネタ
- `api/_routes` に配置することで `api/**/*` includeFiles 不要
- top-level await NG
- await する処理は必ず handler 内に完結させる必要ある
- `api/[...].ts``api/foo/bar` にもルーティングしてほしいのだが、うまく機能しないようだ
- vercel.json 参照