Add "type": "module" to package.json for ES module support

This commit is contained in:
Luis Eduardo
2025-09-27 16:46:11 +00:00
parent 783992a0af
commit 1de5cac8b7

View File

@@ -1,6 +1,7 @@
{
"name": "pgbackweb",
"version": "1.0.0",
"type": "module",
"scripts": {
"tailwindcss": "tailwindcss",
"standard": "standard",