mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
refactor: 🔥 Remove plugin functionality, move OpenID plugin to core
This commit is contained in:
parent
278bf960cb
commit
b5e9e35427
45 changed files with 1502 additions and 2304 deletions
|
|
@ -123,6 +123,7 @@
|
|||
"build": "bun run --filter \"*\" build && bun run build.ts",
|
||||
"detect-circular": "bunx madge --circular --extensions ts ./",
|
||||
"update-nix-hashes": "bash scripts/update-nix.sh",
|
||||
"schema:generate": "bun run packages/config/to-json-schema.ts > config/config.schema.json",
|
||||
"run-api": "bun run build api && cd dist && ln -s ../config config && bun run api.js",
|
||||
"run-worker": "bun run build worker && cd dist && ln -s ../config config && bun run worker.js",
|
||||
"dev": "bun run --hot api.ts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue