Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Replace serverBuildTarget with serverBuildPath
serverBuildTarget is now deprecated
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 3e01d33 commit 77dc0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remix.config.js
Expand Up @@ -3,7 +3,7 @@ export default {
v2_routeConvention: true,
},
server: "./server.ts",
serverBuildTarget: "cloudflare-pages",
serverBuildPath: "functions/[[path]].js",
serverMinify: true,
serverModuleFormat: "esm",
serverPlatform: "neutral",
Expand Down

0 comments on commit 77dc0ea

Please sign in to comment.