Skip to content

Commit cde8590

Browse files
committed
Fix: Add type module to package.json for ES module support
- Fixes build error: Cannot use import statement outside a module - Allows generate-markdown.js script to use ES import syntax - Tested locally: script runs successfully and converts 40 HTML files
1 parent 38e5a29 commit cde8590

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "hello.dev",
33
"version": "2.0.0",
4+
"type": "module",
45
"description": "Hellō is an OpenID Connect Provider that simplifies user registration and login, allowing you to provide all the choices your user's may want in hours instead of days or weeks.",
56
"scripts": {
67
"dev": "next dev",

0 commit comments

Comments
 (0)