Skip to content

Commit 6a51600

Browse files
committed
Update README to mention wasp-app-runner
1 parent e4ce2a7 commit 6a51600

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template-test/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ cd app
2020
# Get the environment variables from Dotenv Vault.
2121
npm run env:pull
2222

23-
wasp db start
24-
wasp db migrate-dev
25-
wasp start
23+
# Test that the app works in dev and prod modes.
24+
npx @wasp.sh/wasp-app-runner dev
25+
npx @wasp.sh/wasp-app-runner build
2626
```
2727

2828
### Workflow

0 commit comments

Comments
 (0)