chore(share): basic integration of CSS

This commit is contained in:
Elian Doran
2025-06-08 23:12:09 +03:00
parent 881a015f68
commit 9469433143
4 changed files with 15 additions and 2 deletions

View File

@@ -13,7 +13,8 @@
"test": "esrun src/scripts/test.ts"
},
"exports": {
"./*": "./src/*"
"./templates/*": "./src/templates/*",
"./*": "./dist/*"
},
"author": "",
"license": "ISC",