mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
feat(cli): prisma + workers, prisma + turso, planetscale (postgres/mysql) support (#567)
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
{{#if (or (eq webDeploy "alchemy") (eq webDeploy "wrangler"))}}
|
||||
import { initOpenNextCloudflareForDev } from "@opennextjs/cloudflare";
|
||||
{{/if}}
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
@@ -5,3 +8,7 @@ const nextConfig: NextConfig = {
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
{{#if (or (eq webDeploy "alchemy") (eq webDeploy "wrangler"))}}
|
||||
initOpenNextCloudflareForDev();
|
||||
{{/if}}
|
||||
Reference in New Issue
Block a user