Skip to content

Commit a3c227e

Browse files
committed
build: fix vite config for assets imported from node modules
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 2a0c764 commit a3c227e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/frontend/vite.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import { resolve } from 'node:path'
88

99
const modules = {
1010
comments: {
11-
'comments-app': resolve(import.meta.dirname, 'apps/comments/src', 'comments-app.ts'),
12-
'comments-tab': resolve(import.meta.dirname, 'apps/comments/src', 'files-sidebar.ts'),
11+
app: resolve(import.meta.dirname, 'apps/comments/src', 'comments-app.ts'),
12+
tab: resolve(import.meta.dirname, 'apps/comments/src', 'files-sidebar.ts'),
1313
init: resolve(import.meta.dirname, 'apps/comments/src', 'init.ts'),
1414
},
1515
dav: {

0 commit comments

Comments
 (0)