From 1e2aac5c76879da5794dcaf5c61c23a1930e6bcf Mon Sep 17 00:00:00 2001 From: Mihovil Ilakovac Date: Tue, 7 Oct 2025 14:25:58 +0200 Subject: [PATCH] Update README to mention wasp-app-runner --- template-test/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template-test/README.md b/template-test/README.md index 6397f5f9..afdc0c9a 100644 --- a/template-test/README.md +++ b/template-test/README.md @@ -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