Add type:module to fix ESM loading on Node 18

This commit is contained in:
Warren
2026-05-20 08:30:14 +08:00
parent 0da7dd17af
commit 61c7748d7e

View File

@@ -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",