We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0c764 commit a3c227eCopy full SHA for a3c227e
1 file changed
build/frontend/vite.config.ts
@@ -8,8 +8,8 @@ import { resolve } from 'node:path'
8
9
const modules = {
10
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'),
+ app: resolve(import.meta.dirname, 'apps/comments/src', 'comments-app.ts'),
+ tab: resolve(import.meta.dirname, 'apps/comments/src', 'files-sidebar.ts'),
13
init: resolve(import.meta.dirname, 'apps/comments/src', 'init.ts'),
14
},
15
dav: {
0 commit comments