fosrl.pangolin/server
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
..
auth Merge branch 'dev' into clients-pops-dev 2025-07-14 16:59:00 -07:00
db a 2025-07-16 18:20:05 -07:00
emails test if user/pass config is set and if not set auth: null 2025-07-18 17:09:22 +02:00
lib bump version 2025-07-18 15:50:55 -07:00
license support postgresql as database option 2025-06-04 12:02:07 -04:00
middlewares Merge branch 'dev' of https://github.com/fosrl/pangolin into dev 2025-07-14 22:21:04 -07:00
routers Merge pull request #1091 from fosrl/dev 2025-07-18 18:53:45 -04:00
setup add shebangs to migration and server scripts 2025-07-27 13:10:18 +10:00
types support postgresql as database option 2025-06-04 12:02:07 -04:00
apiServer.ts add stores 2025-07-16 15:50:03 -07:00
build.ts add build file 2025-07-16 16:41:59 -07:00
extendZod.ts openapi test 2025-04-06 16:06:50 -04:00
index.ts add shebangs to migration and server scripts 2025-07-27 13:10:18 +10:00
integrationApiServer.ts set trust proxy for int api 2025-06-22 20:01:31 -04:00
internalServer.ts refactor and reorganize 2025-01-01 21:41:31 -05:00
logger.ts refactor and reorganize 2025-01-01 21:41:31 -05:00
nextServer.ts refactor and reorganize 2025-01-01 21:41:31 -05:00
openApi.ts Pull up downstream changes 2025-07-13 21:57:24 -07:00