Skip to content

Commit

Permalink
mix ts vs mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
rizen committed Apr 9, 2024
1 parent dcaa5b8 commit 3aa1405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/subsystems/ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ving is ultimately built on [Nuxt](https://nuxt.com/), so ving pages can do anyt
You can automatically generate a set of pages for interacting with [ving records](ving-record) through the [Rest API](rest) by using the [CLI](cli) like this:

```bash
./ving.ts record --web Foo
./ving.mjs record --web Foo
```

That will give you a place to start, and then you can use the [composables](#composables) and [components](#components) we provide to build out a complex app.
Expand Down

0 comments on commit 3aa1405

Please sign in to comment.