removed db from gitignore + made it so that the app cards render dynamically + delete dialog + add actually works + no crashing
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
env.DATABASE_URL = "./aperture.db";
|
||||
env.DATABASE_URL = "../aperture.db";
|
||||
|
||||
packages =
|
||||
with pkgs;
|
||||
|
||||
Reference in New Issue
Block a user