Add type:module to fix ESM loading on Node 18
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"name": "momentry-portal",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vue-tsc --noEmit && vite build",
|
||||
|
||||
Reference in New Issue
Block a user