Enable esm module to fix vite cjs issue.

This commit is contained in:
Kavin 2023-11-23 19:09:34 +00:00
parent f1058b8005
commit 1a58635b7c
No known key found for this signature in database
GPG Key ID: 6E4598CA5C92C41F
1 changed files with 1 additions and 0 deletions

View File

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