Skip to content

Commit 450ed4b

Browse files
Change package type to module for Vite compatibility
1 parent 22766fe commit 450ed4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"author": "",
3030
"license": "MIT",
31-
"type": "commonjs",
31+
"type": "module",
3232
"dependencies": {
3333
"@heroicons/react": "^2.2.0",
3434
"better-sqlite3": "^12.5.0",

0 commit comments

Comments
 (0)