Initial public release
This commit is contained in:
@@ -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