fosrl.pangolin/server/setup
Fernando Rodrigues 9e87c42d0c
add shebangs to migration and server scripts
In NixOS, we wrap these files in a bash script to allow users to just run them as normal executables, instead of calling them as arguments to Node.JS. In our build scripts, we just add the shebang after the files have been compiled, but adding it upstream will allow all Pangolin users to just run ./server.mjs to start their Pangolin instances.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2025-07-27 13:10:18 +10:00
..
scriptsPg Add transaction 2025-07-16 12:34:53 -07:00
scriptsSqlite minor fixes for release 2025-07-16 18:09:17 -07:00
clearStaleData.ts support postgresql as database option 2025-06-04 12:02:07 -04:00
copyInConfig.ts add branding logo component 2025-07-15 16:24:16 -07:00
ensureActions.ts support postgresql as database option 2025-06-04 12:02:07 -04:00
index.ts Remove extra try catch 2025-07-16 16:56:05 -07:00
migrationsPg.ts add shebangs to migration and server scripts 2025-07-27 13:10:18 +10:00
migrationsSqlite.ts add shebangs to migration and server scripts 2025-07-27 13:10:18 +10:00
setHostMeta.ts support postgresql as database option 2025-06-04 12:02:07 -04:00