feat: experimental swc support

This commit is contained in:
midzelis
2025-07-19 14:08:36 +00:00
committed by Jason Rasmussen
parent 845b0f2073
commit 0167ec1668
3 changed files with 10 additions and 4 deletions
+3 -2
View File
@@ -29,7 +29,7 @@
"migrations:run": "node ./dist/bin/migrations.js run",
"schema:drop": "node ./dist/bin/migrations.js query 'DROP schema public cascade; CREATE schema public;'",
"schema:reset": "npm run schema:drop && npm run migrations:run",
"sync:open-api": "node ./dist/bin/sync-open-api.js",
"sync:open-api": "nest build -b tsc && node ./dist/bin/sync-open-api.js",
"sync:sql": "node ./dist/bin/sync-sql.js",
"email:dev": "email dev -p 3050 --dir src/emails"
},
@@ -119,7 +119,8 @@
"@nestjs/cli": "^11.0.2",
"@nestjs/schematics": "^11.0.0",
"@nestjs/testing": "^11.0.4",
"@swc/core": "^1.4.14",
"@swc/cli": "^0.7.8",
"@swc/core": "^1.13.0",
"@testcontainers/postgresql": "^11.0.0",
"@testcontainers/redis": "^11.0.0",
"@types/archiver": "^6.0.0",