fix: add type:module to frontend package.json for ESM vite config

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-04-03 06:46:59 +09:00
parent cfa95ff031
commit fce9124c28

View File

@@ -2,6 +2,7 @@
"name": "hyungi-document-server-frontend",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",