diff --git a/benchmark/benchmarks/krausest/vite.config.mts b/benchmark/benchmarks/krausest/vite.config.mts index ae34fe4b7b..d10942884a 100644 --- a/benchmark/benchmarks/krausest/vite.config.mts +++ b/benchmark/benchmarks/krausest/vite.config.mts @@ -21,6 +21,7 @@ export default defineConfig({ '@glimmer-workspace/benchmark-env': '@glimmer-workspace/benchmark-env/index.ts', '@glimmer/debug': packagePath('@glimmer/debug'), '@glimmer/runtime': packagePath('@glimmer/runtime'), + '@glimmer/util': packagePath('@glimmer/util'), '@/components': path.join(currentPath, 'lib', 'components'), '@/utils': path.join(currentPath, 'lib', 'utils'), },