Skip to content

Commit

Permalink
comment out alias for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ricokahler committed Sep 24, 2024
1 parent c3f3a19 commit b451cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf/efps/runTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export async function runTest({

const alias: Record<string, string> = {'#config': fileURLToPath(test.configPath!)}
if (sanityPackagePath) {
alias.sanity = sanityPackagePath
// alias.sanity = sanityPackagePath
}

await vite.build({
Expand Down

0 comments on commit b451cf1

Please sign in to comment.