feat: use fastify as server #2
1 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
|||
"allowJs": true,
|
||||
"emitDeclarationOnly": false,
|
||||
"declarationDir": "./dist",
|
||||
"outDir": "./dist"
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue