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/commandkit/src/commandkit.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -374,7 +374,8 @@ export class CommandKit extends EventEmitter {
374
374
thrownewError(
375
375
'CommandKit could not determine the application directory. '+
376
376
'This issue is common when you are not using the `commandkit dev` command to start the project. '+
377
-
'You can either use `commandkit dev` to start the project, or set the `COMMANDKIT_IS_CLI=true` environment variable (Note that adding this to `.env` file may not work).',
377
+
'You can either use `commandkit dev` to start the project, or set the `COMMANDKIT_IS_CLI=true` environment variable (Note that adding this to `.env` file may not work). '+
378
+
'If you are trying to start the production build, make sure your current working directory is the directory where `commandkit.config.ts` file is located.',
0 commit comments