mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-11-19 12:16:34 +01:00
Update README to mention wasp-app-runner
This commit is contained in:
@@ -20,9 +20,9 @@ cd app
|
|||||||
# Get the environment variables from Dotenv Vault.
|
# Get the environment variables from Dotenv Vault.
|
||||||
npm run env:pull
|
npm run env:pull
|
||||||
|
|
||||||
wasp db start
|
# Test that the app works in dev and prod modes.
|
||||||
wasp db migrate-dev
|
npx @wasp.sh/wasp-app-runner dev
|
||||||
wasp start
|
npx @wasp.sh/wasp-app-runner build
|
||||||
```
|
```
|
||||||
|
|
||||||
### Workflow
|
### Workflow
|
||||||
|
|||||||
Reference in New Issue
Block a user