fix: add templates to npm, and move out of src

This commit is contained in:
Derrick Hammer 2023-07-08 02:44:07 -04:00
parent f6ba49c45f
commit edbcf1ce32
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
4 changed files with 6 additions and 2 deletions

View File

@ -1 +1 @@
src/templates/vite.config.js
templates/vite.config.js

View File

@ -22,5 +22,9 @@
},
"publishConfig": {
"access": "public"
}
},
"files": [
"lib",
"templates"
]
}