Skip to content

Commit 8eebf6f

Browse files
committed
chore: fix code style
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 0f8c7fb commit 8eebf6f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

vite.config.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import { createLibConfig } from "@nextcloud/vite-config"
22

33
export default createLibConfig({
4-
index: 'lib/index.ts',
4+
index: 'lib/index.ts',
55
}, {
6-
libraryFormats: ['cjs', 'es'],
7-
thirdPartyLicense: false,
8-
DTSPluginOptions: { rollupTypes: true },
9-
// Make the package version available for the plugin meta
10-
replace: {
11-
__PACKAGE_VERSION__: JSON.stringify(process.env.npm_package_version),
12-
},
6+
libraryFormats: ['cjs', 'es'],
7+
thirdPartyLicense: false,
8+
DTSPluginOptions: { rollupTypes: true },
9+
// Make the package version available for the plugin meta
10+
replace: {
11+
__PACKAGE_VERSION__: JSON.stringify(process.env.npm_package_version),
12+
},
1313
})

0 commit comments

Comments
 (0)