mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-11 08:43:04 +00:00
feat: remove inactive users (scheduler)
This commit is contained in:
6
dev.startup.sh
Executable file
6
dev.startup.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
(trap 'kill 0' SIGINT; node ace scheduler:run & pnpm run dev)
|
||||
|
||||
wait -n
|
||||
exit $?
|
||||
Reference in New Issue
Block a user