Update README to mention wasp-app-runner

This commit is contained in:
Mihovil Ilakovac
2025-10-07 14:25:58 +02:00
parent 94b49f09b9
commit 1e2aac5c76

View File

@@ -20,9 +20,9 @@ cd app
# Get the environment variables from Dotenv Vault.
npm run env:pull
wasp db start
wasp db migrate-dev
wasp start
# Test that the app works in dev and prod modes.
npx @wasp.sh/wasp-app-runner dev
npx @wasp.sh/wasp-app-runner build
```
### Workflow