chore(docs): touch api/schema.ts (#562)
This commit is contained in:
parent
10208e3332
commit
04fe2f5430
|
@ -60,7 +60,7 @@ Let's finally add some npm scripts to simplify our future workflows
|
||||||
We'll now create our first module at `api/schema.ts`:
|
We'll now create our first module at `api/schema.ts`:
|
||||||
|
|
||||||
```bash-symbol
|
```bash-symbol
|
||||||
mkdir api && touch api/app.ts
|
mkdir api && touch api/schema.ts
|
||||||
```
|
```
|
||||||
|
|
||||||
We'll then setup `@nexus/schema` to create an empty schema
|
We'll then setup `@nexus/schema` to create an empty schema
|
||||||
|
|
Loading…
Reference in New Issue