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/fresh/src/app.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -368,7 +368,7 @@ export class App<State> {
368
368
DENO_DEPLOYMENT_ID!==undefined
369
369
){
370
370
thrownewError(
371
-
`Could not find _fresh directory. Maybe you forgot to run "deno task build"?`,
371
+
`Could not find _fresh directory. Maybe you forgot to run "deno task build" or maybe you're trying to run "main.ts" directly instead of "_fresh/server.js"?`,
0 commit comments