You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/adapter-cloudflare-workers/index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ function validate_config(builder, config_file) {
137
137
if(wrangler_config.main.endsWith('index.js')){
138
138
thrownewError(
139
139
`You cannot specify the main option file as index.js in ${config_file} because it will overwrite the server entry file. Please rename it to something else. e.g., worker.js`
0 commit comments