Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 34e7a81

Browse filesBrowse files
committed
chore(ui-templates): pass config file path to unocss
1 parent 9bf8378 commit 34e7a81
Copy full SHA for 34e7a81

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎packages/ui-templates/vite.config.ts‎

Copy file name to clipboardExpand all lines: packages/ui-templates/vite.config.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default defineConfig({
2929
},
3030
},
3131
plugins: [
32-
UnoCSS(),
32+
UnoCSS(r('uno.config.ts')),
3333
DevRenderingPlugin(),
3434
RenderPlugin(),
3535
],

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.