@lark-apaas/coding-template-nestjs-react-fullstack 0.1.31-alpha.20260827105658 → 0.1.31-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "scripts": {
12
12
  "dev": "./scripts/dev.sh",
13
- "dev:server": "NODE_ENV=development nest start --watch",
13
+ "dev:server": "NODE_ENV=development nest start --watch --builder swc --type-check",
14
14
  "dev:client": "NODE_ENV=development vite --config vite.config.ts",
15
15
  "gen:db-schema": "npx -y @lark-apaas/db-schema-sync@latest --output server/database/schema.ts --export-custom-types",
16
16
  "gen:openapi": "echo 'UNSUPPORTED, SKIP'",
@@ -96,6 +96,8 @@
96
96
  "@reduxjs/toolkit": "^2.9.0",
97
97
  "@shikijs/langs": "^3.21.0",
98
98
  "@shikijs/themes": "^3.21.0",
99
+ "@swc/cli": "^0.5.2",
100
+ "@swc/core": "^1.16.1",
99
101
  "@tailwindcss/postcss": "^4.1.13",
100
102
  "@tailwindcss/typography": "^0.5.19",
101
103
  "@tiptap/core": "^3.14.0",
@@ -9,7 +9,6 @@
9
9
  "@lark-apaas/client-toolkit/tools/*": ["node_modules/@lark-apaas/client-toolkit/lib/apis/tools/*"]
10
10
  },
11
11
  "incremental": true,
12
- "strictNullChecks": true,
13
12
  },
14
13
  "include": [
15
14
  "client/**/*",