leglas 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -34,10 +34,6 @@ preview of your app root, which is enough to confirm the connection.
|
|
|
34
34
|
|
|
35
35
|
To compare more than one thing, add a config file.
|
|
36
36
|
|
|
37
|
-
> Leglas is not published to npm yet. To try it now, clone this repository,
|
|
38
|
-
> run `pnpm install && pnpm build`, and invoke
|
|
39
|
-
> `node <path-to-repo>/packages/cli/dist/bin.js` from your project.
|
|
40
|
-
|
|
41
37
|
## Configuration
|
|
42
38
|
|
|
43
39
|
Create `leglas.config.ts` at the root of the project you want to preview.
|