planner/Makefile

5 lines
107 B
Makefile
Raw Normal View History

2024-09-07 12:10:48 +02:00
2024-09-10 14:30:05 +02:00
sync-run:
2024-09-18 07:55:14 +02:00
cd sync/service && PLANNER_DB_PATH=test.db PLANNER_PORT=8092 PLANNER_API_KEY=testKey go run .
2024-09-10 14:30:05 +02:00