fix(app): build script
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 3m11s

This commit is contained in:
2024-04-24 03:12:13 +02:00
parent db54141b41
commit 2e726a65f8
6 changed files with 16 additions and 16 deletions

View File

@ -14,10 +14,10 @@
},
"exports": {
".": {
"types": "./src/lib/index.ts",
"svelte": "./src/lib/index.ts"
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
},
"./app.css": "./src/lib/app.css"
"./app.css": "./dist/app.css"
},
"files": [
"dist",