Add type: module to eliminate PostCSS ESM warning

This commit is contained in:
2026-04-18 16:03:58 -04:00
parent d35737ac92
commit eda678b0fc
+1
View File
@@ -14,6 +14,7 @@
"keywords": [], "keywords": [],
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"type": "module",
"dependencies": { "dependencies": {
"react": "^19.2.5", "react": "^19.2.5",
"react-dom": "^19.2.5" "react-dom": "^19.2.5"