mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
reenable autoregistration
This commit is contained in:
@@ -25,10 +25,8 @@ execSync('node scripts/make-icons.cjs', { stdio: 'inherit' });
|
||||
|
||||
(async () => {
|
||||
const entryPoints = [
|
||||
// The main dist
|
||||
// The whole shebang dist
|
||||
'./src/shoelace.ts',
|
||||
// The whole shebang
|
||||
'./src/all.shoelace.ts',
|
||||
// Components
|
||||
...(await glob('./src/components/**/*.ts')),
|
||||
// Public utilities
|
||||
|
||||
Reference in New Issue
Block a user