Probably should include the client code in the client

This commit is contained in:
Jake Archibald
2020-11-09 10:58:08 +00:00
parent 5a027c7727
commit 4502abb069

View File

@@ -7,6 +7,7 @@
"include": [ "include": [
"src/features/**/client/**/*", "src/features/**/client/**/*",
"src/features/**/shared/**/*", "src/features/**/shared/**/*",
"src/shared/**/*" "src/shared/**/*",
"src/client/**/*"
] ]
} }