mirror of
https://github.com/SikongJueluo/cc-utils.git
synced 2025-11-29 12:57:50 +08:00
feat(logging): implement structured logging system with ccStructLog
This commit is contained in:
@@ -13,7 +13,7 @@ build-accesscontrol:
|
||||
build-test:
|
||||
pnpm tstl -p ./targets/tsconfig.test.json
|
||||
|
||||
build-example: build-tuiExample build-cliExample
|
||||
build-example: build-tuiExample build-cliExample build-logExample
|
||||
|
||||
build-tuiExample:
|
||||
pnpm tstl -p ./targets/tsconfig.tuiExample.json
|
||||
@@ -21,6 +21,9 @@ build-tuiExample:
|
||||
build-cliExample:
|
||||
pnpm tstl -p ./targets/tsconfig.cliExample.json
|
||||
|
||||
build-logExample:
|
||||
pnpm tstl -p ./targets/tsconfig.logExample.json
|
||||
|
||||
sync:
|
||||
rsync --delete -r "./build/" "{{ sync-path }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user