This commit is contained in:
2023-09-05 21:03:18 +00:00
parent cbfc6be0e9
commit fe4c0bebfc
13 changed files with 346 additions and 310 deletions

View File

@ -17,6 +17,7 @@ export default defineConfig({
rollupOptions: {
input: {
main: './main.ts',
logbook: './logbook.ts',
// Example for more entry points
// test: './src/test.ts',
},