diff options
author | Joseph Ditton <jditton.atomic@gmail.com> | 2021-11-16 19:14:46 -0700 |
---|---|---|
committer | Joseph Ditton <jditton.atomic@gmail.com> | 2021-11-16 19:14:46 -0700 |
commit | cba40b6aff598e821199c186c5f1795e5252bab9 (patch) | |
tree | a5e4ad3bae238c3921e10956f21f84ca352c7d6d /nest-cli.json | |
parent | e5f684001370d6f6348fd26f97bc26c765deb934 (diff) | |
download | locchat-cba40b6aff598e821199c186c5f1795e5252bab9.tar.gz locchat-cba40b6aff598e821199c186c5f1795e5252bab9.zip |
separate client and server apps
Diffstat (limited to 'nest-cli.json')
-rw-r--r-- | nest-cli.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest-cli.json b/nest-cli.json index 56167b3..58f8e31 100644 --- a/nest-cli.json +++ b/nest-cli.json @@ -1,4 +1,4 @@ { "collection": "@nestjs/schematics", - "sourceRoot": "src" + "sourceRoot": "server" } |