laf/server/nest-cli.json
Bird a420354dbc
feat(server): impl i18n module (#1143)
Signed-off-by: Bird <aflybird0@gmail.com>
2023-05-17 12:51:39 +08:00

14 lines
244 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"assets": [
{
"include": "i18n/**/*",
"watchAssets": true
}
]
}
}