Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Harris committed May 9, 2023
1 parent 3fce9c0 commit f6f1b54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@
"engines": {
"node": "^16.14 || >=18"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { vitePreprocess } from '../../../../kit/src/exports/vite/index.js';
import { vitePreprocess } from '../../../../kit/src/exports/vite/vite.js';
import { fileURLToPath } from 'node:url';
import path from 'node:path';

Expand Down

0 comments on commit f6f1b54

Please sign in to comment.