feat(website): initialize Next.js 15 project with @opennextjs/cloudflare

This commit is contained in:
justsisyphus
2026-01-24 05:07:42 +09:00
parent 5c7dd40751
commit ba93c42943
26 changed files with 2072 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;