You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make it easier to organize your schema and collaborate across teams, `zed` version v0.27.0 introduced a new schema compilation command that allows you to modularize your schema.
6
6
7
7
```
8
-
zed preview schema compile root.zed
8
+
zed schema compile root.zed
9
9
```
10
10
11
11
The command allows you to combine a schema that is spread across many files, for example:
0 commit comments