mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
refactor: 🚚 Organize code into sub-packages, instead of a single large package
This commit is contained in:
parent
79742f47dc
commit
a6d3ebbeef
366 changed files with 942 additions and 833 deletions
|
|
@ -52,3 +52,5 @@ export class EntitySorter {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
export type { JSONObject } from "./types.ts";
|
||||
|
|
|
|||
|
|
@ -71,10 +71,9 @@
|
|||
"typescript",
|
||||
"sdk"
|
||||
],
|
||||
"packageManager": "bun@1.2.5",
|
||||
"dependencies": {
|
||||
"magic-regexp": "^0.10.0",
|
||||
"mime-types": "^3.0.1",
|
||||
"zod": "^3.24.2"
|
||||
"magic-regexp": "catalog:",
|
||||
"mime-types": "catalog:",
|
||||
"zod": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue