mirror of
https://github.com/trailbaseio/trailbase.git
synced 2025-12-31 14:49:44 -06:00
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
|