this repo has no description
0
fork

Configure Feed

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

add justfile for db migrations

+7
+7
justfile
··· 1 + 2 + 3 + migrate: 4 + odin run ./src/db/migrate.odin -file 5 + 6 + drop: 7 + rm -rf ./oudio.db