Skip to content

Commit

Permalink
Show more information when running serve without wapp
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBomholtz committed May 9, 2023
1 parent 8a4cb28 commit bb3a990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/cmd/serve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ export default async function serve(argv: string[]) {

if (!wapp.present()) {
tui.showError('No Wapp found in current folder');
tui.showMessage('You need to create a wapp first, using `npx wapp create`');
return;
}

Expand Down
2 changes: 1 addition & 1 deletion src/util/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const VERSION = '2.1.0';
const VERSION = '2.1.1';
export { VERSION };

0 comments on commit bb3a990

Please sign in to comment.