mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
fix build
This commit is contained in:
@@ -218,6 +218,10 @@ if (!serve) {
|
||||
});
|
||||
}
|
||||
|
||||
await nextTask('Building source files', async () => {
|
||||
buildResults = await buildTheSource();
|
||||
});
|
||||
|
||||
// Launch the dev server
|
||||
if (serve) {
|
||||
// Spin up Eleventy and Wait for the search index to appear before proceeding. The search index is generated during
|
||||
|
||||
@@ -3,7 +3,7 @@ import WaInput from './input.component.js';
|
||||
export * from './input.component.js';
|
||||
export default WaInput;
|
||||
|
||||
WaInput.define('wa-input'); //; {}}});
|
||||
WaInput.define('wa-input');
|
||||
|
||||
declare global {
|
||||
interface HTMLElementTagNameMap {
|
||||
|
||||
Reference in New Issue
Block a user