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

18 lines
653 B
Markdown
Raw Normal View History

2022-04-26 10:51:36 +09:00
## 何をしたかったか
2024-04-22 00:20:58 +09:00
Fastify と @fastify/autoload を使って Vercel にデプロイできるかどうかチェック。
2022-04-26 10:51:36 +09:00
[![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)
## 結果
2024-04-22 00:20:58 +09:00
とりあえず OK
2022-04-26 10:51:36 +09:00
2024-04-22 00:20:58 +09:00
## ネタ
2022-04-26 10:51:36 +09:00
2024-04-22 00:20:58 +09:00
- `api/_routes` に配置することで `api/**/*` includeFiles 不要
- top-level await NG
- await する処理は必ず handler 内に完結させる必要ある
- `api/[...].ts``api/foo/bar` にもルーティングしてほしいのだが、うまく機能しないようだ
- vercel.json 参照