mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
feat(api): ✨ Implement /v1/instance/rules and /v1/instance/extended_description
This commit is contained in:
parent
5b0d2014ff
commit
96a2fbf178
11 changed files with 140 additions and 6 deletions
|
|
@ -13,7 +13,7 @@ cd /app/dist
|
|||
# Parse first argument
|
||||
case "$1" in
|
||||
"start")
|
||||
NITRO_PORT=5173 bun run ./frontend/server/index.mjs & NODE_ENV=production bun run ./index.js --prod
|
||||
NODE_ENV=production bun run ./index.js --prod
|
||||
;;
|
||||
"cli")
|
||||
# Start the CLI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue