From 3b60a8a76d9131cf43ab8a43ccf3a9e1e3f0810c Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 8 Apr 2020 10:58:30 +0000 Subject: [PATCH] Fix env var name for assets --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aba12cb..706d55f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Build it: In your `${HOME}/.bubble-test.env` file, add this line (fix the path to point to the correct location of your `bubble-web/dist` directory): - export ASSETS_DIR=/path/to/bubble-web/dist + export BUBBLE_ASSETS_DIR=/path/to/bubble-web/dist In the `bubble/bubble-server` directory, run the test named `bubble.test.dev.DevServerTest`, like so: