mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-16 22:20:51 +01:00
8 lines
110 B
TypeScript
8 lines
110 B
TypeScript
// ~/app.config.ts
|
|
export default defineAppConfig({
|
|
icon: {
|
|
mode: "css",
|
|
cssLayer: "base",
|
|
},
|
|
});
|