| commit | 2032b1c1971ceb85ca14b20273a3783729fba3e3 | [log] [tgz] |
|---|---|---|
| author | Philip Zeyliger <philip.zeyliger@gmail.com> | Wed Apr 23 19:40:42 2025 -0700 |
| committer | Philip Zeyliger <philip.zeyliger@gmail.com> | Wed Apr 23 19:40:42 2025 -0700 |
| tree | 0486e9222643ffcbbd34286148f4a7913a169668 | |
| parent | 4f50a68ac73677c0022b2b3da8b4667cee01c11b [diff] [blame] |
Move webui from /loop/webui to /webui Thanks, perl (and git mv): perl -pi -e s,loop/webui,webui,g $(git grep -l loop/webui)
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 88834b5..6052b51 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md
@@ -3,7 +3,7 @@ ## Running tests * `go test ./...` -* `cd loop/webui && CI=1 npm run test` +* `cd webui && CI=1 npm run test` ## Synchronizing Go structs and TypeScript types