Add type:module to package.json

This commit is contained in:
Matthias 2024-04-08 15:42:28 +02:00
parent 59ef5cbd13
commit 002514a0b4

View File

@ -2,6 +2,7 @@
"name": "frequi",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",