From 9ca363c516fb50a8451603cbd5f7efabeed68a0e Mon Sep 17 00:00:00 2001 From: Markus Sanin Date: Fri, 16 Jan 2026 16:48:26 +0100 Subject: [PATCH] Fix rollup warnings --- rollup.config.mjs | 1 - src/index.ts | 0 src/types/global.d.ts | 1 - 3 files changed, 2 deletions(-) delete mode 100644 src/index.ts delete mode 100644 src/types/global.d.ts diff --git a/rollup.config.mjs b/rollup.config.mjs index 18180ff1..447c649d 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -60,7 +60,6 @@ export default [ // is aligned to the config here. // See https://github.com/embroider-build/embroider/blob/main/docs/v2-faq.md#how-can-i-define-the-public-exports-of-my-addon addon.publicEntrypoints([ - 'index.js', 'config.js', 'styles.js', 'components/**/*.js', diff --git a/src/index.ts b/src/index.ts deleted file mode 100644 index e69de29b..00000000 diff --git a/src/types/global.d.ts b/src/types/global.d.ts deleted file mode 100644 index 47476d4c..00000000 --- a/src/types/global.d.ts +++ /dev/null @@ -1 +0,0 @@ -import '@glint/ember-tsc/types';