mirror of
https://github.com/trailbaseio/trailbase
synced 2026-04-22 22:17:17 +00:00
10 lines
105 B
Makefile
10 lines
105 B
Makefile
read: fill
|
|
pnpm run read
|
|
|
|
fill:
|
|
pnpm run fill
|
|
|
|
clean:
|
|
rm -rf traildepot/data
|
|
|
|
.PHONY: clean read fill
|