chore: update build toolchain dependencies

This commit is contained in:
2026-08-12 15:48:47 +00:00
parent 8e0bd92401
commit d792069f65
23 changed files with 2102 additions and 1864 deletions
+1 -2
View File
@@ -28,8 +28,7 @@
"devDependencies": {
"@types/sanitize-html": "2.16.1",
"tsdown": "^0.22.14",
"vite-tsconfig-paths": "^6.0.3",
"vitest": "^4.0.16"
"vitest": "^4.1.10"
},
"dependencies": {
"@fastify/cors": "^11.2.0",
+3 -8
View File
@@ -1,14 +1,9 @@
import path from 'node:path';
import { defineConfig } from 'vitest/config';
import tsconfigPaths from 'vite-tsconfig-paths';
export default defineConfig({
plugins: [
tsconfigPaths({
projects: [path.resolve(__dirname, '../../tsconfig.paths.json')],
}),
],
resolve: {
tsconfigPaths: true,
},
test: {
environment: 'node',
globals: true,