Open2

Hono Actionsを試す

kazuphkazuph

https://x.com/yusukebe/status/1807380443400118336

これを自分でも試したかったのでメモです。

git clone https://github.com/usualoma/hono -b feat/hono-action-poc-1
cd hono
yarn
yarn build
yarn link

cd ../
git clone https://github.com/yusukebe/my-first-hono-actions
cd my-first-hono-actions
yarn

npm run wrangler d1 create my-app-actions
npm run migration:generate
npm run migration:apply:local

yarn link hono
yarn dev

kazuphkazuph

当たり前なのかも知れないけど、そのままビルドしてデプロイしても動いた。

yarn build
yarn migration:apply:remote
yarn deploy