Skip to content

Commit

Permalink
remove cloudflare integration 96
Browse files Browse the repository at this point in the history
  • Loading branch information
djobbo committed Jan 19, 2024
1 parent 9fdd765 commit 7d41081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "next dev",
"dev:prod": "NEXT_PUBLIC_FORCE_PRODUCTION_WEBSITE=true next dev",
"build": "next build",
"build:prod": "next-on-pages",
"build:prod": "next build",
"start": "next start",
"db:gen": "drizzle-kit generate:pg",
"db:studio": "drizzle-kit studio",
Expand Down

0 comments on commit 7d41081

Please sign in to comment.