Fix NPMDIR config (#1518)

* Fix NPMDIR config

* Add missing semi
This commit is contained in:
Peter Siska
2023-08-15 16:46:51 +02:00
committed by GitHub
parent e298f7e5f4
commit c380368b61

View File

@@ -187,7 +187,7 @@ import '@shoelace-style/shoelace/%NPMDIR%/components/rating/rating.js';
import { setBasePath } from '@shoelace-style/shoelace/%NPMDIR%/utilities/base-path.js';
// Set the base path to the folder you copied Shoelace's assets to
setBasePath('/path/to/shoelace/%NPMDIR%
setBasePath('/path/to/shoelace/%NPMDIR%');
// <sl-button>, <sl-icon>, <sl-input>, and <sl-rating> are ready to use!
```