mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-04-30 05:29:34 -05:00
c3a81d7359
Also add a reconnect loop to collab clicker.
11 lines
105 B
Makefile
11 lines
105 B
Makefile
read: fill
|
|
pnpm run read
|
|
|
|
fill:
|
|
pnpm run fill
|
|
|
|
clean:
|
|
rm -rf traildepot/data
|
|
|
|
.PHONY: clean read fill
|