- backend: NestJS service with exercise/plan data - miniprogram: WeChat mini program client - exclude node_modules, dist, runtime data-store, local env
13 lines
291 B
JSON
13 lines
291 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"deleteOutDir": false,
|
|
"assets": [
|
|
{ "include": "exercises/data/exercises.json", "outDir": "dist" }
|
|
],
|
|
"watchAssets": true
|
|
}
|
|
}
|