fix: cjs deprecated warning

This commit is contained in:
Methapon2001 2023-11-30 09:51:46 +07:00
parent 5157bdce2e
commit 5bc3d5580e
No known key found for this signature in database
GPG key ID: 849924FEF46BD132

View file

@ -2,6 +2,7 @@
"name": "edm-frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",