Skip to content

Commit 654e0d5

Browse files
author
Ahmed Hamouda
committed
fix: fix auth environment
1 parent 736c72d commit 654e0d5

File tree

3 files changed

+198
-14
lines changed

3 files changed

+198
-14
lines changed

environments/package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@
44
"version": "0.0.1",
55
"workspaces": [
66
"ai",
7-
"ai/gen2",
7+
"ai/*",
88
"auth",
9-
"auth/gen2/*",
9+
"auth/*",
1010
"datastore",
11+
"datastore/*",
1112
"geo",
13+
"geo/*",
1214
"liveness",
15+
"liveness/*",
1316
"storage",
14-
"storage/gen2",
15-
"in-app-messaging"
17+
"storage/*",
18+
"in-app-messaging",
19+
"in-app-messaging/*"
1620
],
1721
"scripts": {
1822
"ai": "yarn --cwd ai/",

environments/yarn.lock

Lines changed: 96 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 94 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)