mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
Add bait mode, fix bugs
This commit is contained in:
parent
d633116571
commit
480fcb363f
14 changed files with 1627 additions and 236 deletions
|
|
@ -22,7 +22,7 @@
|
|||
"experimentalDecorators": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"types": [
|
||||
"bun-types" // add Bun global
|
||||
"bun-types", // add Bun global
|
||||
],
|
||||
"paths": {
|
||||
"@*": ["./utils/*"],
|
||||
|
|
@ -32,9 +32,11 @@
|
|||
},
|
||||
"include": [
|
||||
"*.ts",
|
||||
"*.d.ts",
|
||||
"*.vue",
|
||||
"**/*.ts",
|
||||
"**/*.d.ts",
|
||||
"**/*.vue",
|
||||
"server/api/.well-known/**/*.ts"
|
||||
"server/api/.well-known/**/*.ts",
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue