diff --git a/bun.lockb b/bun.lockb index be400ab..80678e2 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/index.ts b/src/index.ts index d102cb8..93f05a5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -98,10 +98,7 @@ function mergeSourcemaps(sourcemaps: RojoSourcemap[]): RojoSourcemap { } async function rebuild() { - const sourcemaps = await Promise.all([ - getPrefixedSourcemap('Secret'), - getPrefixedSourcemap('Core'), - ]) + const sourcemaps = await Promise.all(SOURCE_ROOTS.map(getPrefixedSourcemap)) const sourcemap = mergeSourcemaps(sourcemaps) await fs.promises.writeFile( 'sourcemap.json',