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