Initial commit: restructure to flat layout with ui/ and web/ at root
This commit is contained in:
8
vite-theme-plugin.ts
Normal file
8
vite-theme-plugin.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { Plugin } from 'vite';
|
||||
|
||||
export function themeStoragePlugin(): Plugin {
|
||||
return {
|
||||
name: 'theme-storage',
|
||||
// Plugin retained for compatibility but no longer handles custom themes
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user