Skip to content

Commit 7aacf14

Browse files
GordonSmithCopilot
andauthored
Update packages/observablehq-compiler/vite.config.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 04b6a88 commit 7aacf14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/observablehq-compiler/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export function resolveNpmImport(specifier: string): string {
7272
}`;
7373
}
7474

75-
export default defineConfig(({ command, mode }) => {
75+
export default defineConfig(({ command }) => {
7676

7777
const cfg = createHpccViteConfig(pkg, {
7878
configOverrides: {

0 commit comments

Comments
 (0)