fix: add templates to npm, and move out of src
This commit is contained in:
parent
f6ba49c45f
commit
edbcf1ce32
|
@ -1 +1 @@
|
||||||
src/templates/vite.config.js
|
templates/vite.config.js
|
||||||
|
|
|
@ -22,5 +22,9 @@
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"files": [
|
||||||
|
"lib",
|
||||||
|
"templates"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue