merge main into nextjs upgrade

This commit is contained in:
dirtydishes 2026-05-19 14:47:43 -04:00
commit 171cf52518
40 changed files with 2355 additions and 131 deletions

View file

@ -5,7 +5,7 @@
"scripts": {
"dev": "bun run scripts/dev.ts",
"build": "next build",
"start": "next start -p 3000"
"start": "next start"
},
"dependencies": {
"@islandflow/types": "workspace:*",