caoxing 13addbd131
build: add nestjs webpack config (#259)
* build: replace swc to webpack in nestjs

* build: reinstall deps and restrict registry

* build: supplement engineering config

* chore: update `nestjs-backend` debug script
2023-11-21 15:57:04 +08:00

11 lines
211 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"entryFile": "index",
"flat": true,
"compilerOptions": {
"builder": "webpack"
}
}