mirror of
https://github.com/trailbaseio/trailbase
synced 2026-04-21 21:47:55 +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
|