From 7b337a973137258fe48f83647f8bf969057f8b52 Mon Sep 17 00:00:00 2001 From: Cole Lawrence Date: Fri, 24 Jun 2022 09:45:50 -0400 Subject: [PATCH] doc(playground dev): Live reload README.md Co-authored-by: Elliot --- packages/playground/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/playground/README.md b/packages/playground/README.md index b3d78d0..6e6ad76 100644 --- a/packages/playground/README.md +++ b/packages/playground/README.md @@ -1,6 +1,6 @@ # The playground -The playground is the quickest way to hack on the internals of Theatre. It also hosts our end-to-end tests. It uses a build setup that builds all the related packages in one go, so you _don't_ have to run a bunch of build commands separately to start developing. +The playground is the quickest way to hack on the internals of Theatre. It also hosts our end-to-end tests. It uses a build setup (see the live-reload esbuild server in [./devEnv/build.ts](./devEnv/build.ts)) that builds all the related packages in one go, so you _don't_ have to run a bunch of build commands separately to start developing. ## Directory structure