chore: add type module to root package.json

This commit is contained in:
AyrisAI
2026-08-20 02:26:57 +03:00
parent 373de65d07
commit 1379642832
2 changed files with 1 additions and 0 deletions
Binary file not shown.
+1
View File
@@ -2,6 +2,7 @@
"name": "menulio",
"private": true,
"version": "0.0.1",
"type": "module",
"engines": {
"node": ">=20"
},