mirror of
https://github.com/teableio/teable.git
synced 2026-01-21 13:11:35 +08:00
* build: replace swc to webpack in nestjs * build: reinstall deps and restrict registry * build: supplement engineering config * chore: update `nestjs-backend` debug script
11 lines
211 B
JSON
11 lines
211 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"entryFile": "index",
|
|
"flat": true,
|
|
"compilerOptions": {
|
|
"builder": "webpack"
|
|
}
|
|
}
|