mail based rss feed aggregator
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix incorrect description in justfile

ollie e57c85a2 59062f4b

+2 -2
+2 -2
justfile
··· 17 17 insert_test_data: 18 18 gleam run -m insert_test_data 19 19 20 - # migrate the database and insert test data 20 + # migrate the database 21 21 prepare-db: 22 22 dbmate up 23 23 24 - # delete the existing database and recreate it 24 + # delete the existing database and fully recreate it 25 25 reset-db: 26 26 rm db/data -r 27 27 mkdir db/data -p