From 3aa1405a57f45817958a178922fbadbbf2dd52aa Mon Sep 17 00:00:00 2001 From: JT Smith Date: Tue, 9 Apr 2024 11:05:28 -0500 Subject: [PATCH] mix ts vs mjs --- docs/subsystems/ui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/subsystems/ui.md b/docs/subsystems/ui.md index 2d196287..94c892b5 100644 --- a/docs/subsystems/ui.md +++ b/docs/subsystems/ui.md @@ -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.