added login with pages and database, also correct errors in score submit
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
{ pkgs, config, ... }: {
|
||||
languages.typescript.enable = true;
|
||||
dotenv.disableHint = true;
|
||||
packages = with pkgs; [
|
||||
bun
|
||||
eslint_d
|
||||
];
|
||||
env.DEVSHELL_NAME = " devenv/#fab387| Bun/yellow";
|
||||
processes = {
|
||||
server.exec = "bun run dev";
|
||||
server = {
|
||||
ports.http.allocate = 5173;
|
||||
exec = "bun --bun run dev";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user