Initial public release

This commit is contained in:
Bohdan Triapitsyn
2025-12-07 19:32:53 +02:00
commit 4b2edf7318
319 changed files with 81600 additions and 0 deletions
+8
View 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
};
}