This commit is contained in:
@@ -65,7 +65,7 @@ in
|
||||
};
|
||||
};
|
||||
frontend = {
|
||||
command = "${pkgs.nodejs_20}/bin/npm --prefix frontend run dev";
|
||||
command = "${pkgs.nodejs_24}/bin/npm --prefix frontend install && ${pkgs.nodejs_24}/bin/npm --prefix frontend run dev";
|
||||
environment = frontendEnv;
|
||||
};
|
||||
# TODO: supabase compose (point POSTGRES_HOST at the services-flake db)
|
||||
|
||||
Reference in New Issue
Block a user