mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-09 09:32:24 +03:00
fix: export ssr type declarion into ssr folder
This commit is contained in:
@@ -183,7 +183,7 @@ export default [
|
||||
{
|
||||
input: r('../dist/src/ssr.d.ts'),
|
||||
output: [{
|
||||
file: `dist/${pkg.name}-ssr.d.ts`,
|
||||
file: 'ssr/index.d.ts',
|
||||
format: 'es'
|
||||
}],
|
||||
plugins: [dts()]
|
||||
|
||||
Reference in New Issue
Block a user