too lazy to think of a message, so enjoy this pointless text. Good luck future me...
Some checks failed
Test action / Print hello world (push) Has been cancelled

This commit is contained in:
Chris Kruining 2025-10-09 09:43:13 +00:00
parent f9b4997007
commit 14bca7492e

View file

@ -88,7 +88,7 @@
ExecStart = utils.escapeSystemdExecArgs [ ExecStart = utils.escapeSystemdExecArgs [
(lib.getExe pkgs.bun) (lib.getExe pkgs.bun)
"run" "run"
"start" "server/index.mjs"
"--config" "--config"
(format.generate "config.json" cfg.settings) (format.generate "config.json" cfg.settings)
]; ];