From f47bb89cd8c2a4939a15d2eacd5312696f2b7847 Mon Sep 17 00:00:00 2001 From: Loris Sigrist Date: Wed, 4 Oct 2023 15:01:49 +0200 Subject: [PATCH] Update README --- src/toolkit/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/toolkit/README.md b/src/toolkit/README.md index ab089dc..7581211 100644 --- a/src/toolkit/README.md +++ b/src/toolkit/README.md @@ -5,3 +5,4 @@ They integrate with the core t18s plugin to provide a full suite of tools for de ## Structure - `index.js` - The main entry point for the toolkit. It's it's own vite-plugin. - `runtime/*` - Files that can be imported from the browser using the prefix `virtual:t18s-toolkit:/filename` +- `runtime/index.js` - The entry point that will run in the browser during dev. \ No newline at end of file