Initial commit with Sveltekit + format files

This commit is contained in:
pheralb
2025-08-21 10:26:07 +01:00
parent ca4f397e0a
commit 459457a7e1
97 changed files with 3892 additions and 9893 deletions
+33 -33
View File
@@ -1,34 +1,34 @@
export type tCategory =
| 'All'
| 'AI'
| 'Software'
| 'Hardware'
| 'Library'
| 'Hosting'
| 'Framework'
| 'Devtool'
| 'Monorepo'
| 'CMS'
| 'Database'
| 'Compiler'
| 'Crypto'
| 'Cybersecurity'
| 'Social'
| 'Entertainment'
| 'Browser'
| 'Language'
| 'Education'
| 'Design'
| 'Community'
| 'Marketplace'
| 'Music'
| 'Vercel'
| 'Google'
| 'Payment'
| 'VoidZero'
| 'Authentication'
| 'IoT'
| 'Config'
| 'Secrets'
| 'IaC'
| 'Analytics';
| "All"
| "AI"
| "Software"
| "Hardware"
| "Library"
| "Hosting"
| "Framework"
| "Devtool"
| "Monorepo"
| "CMS"
| "Database"
| "Compiler"
| "Crypto"
| "Cybersecurity"
| "Social"
| "Entertainment"
| "Browser"
| "Language"
| "Education"
| "Design"
| "Community"
| "Marketplace"
| "Music"
| "Vercel"
| "Google"
| "Payment"
| "VoidZero"
| "Authentication"
| "IoT"
| "Config"
| "Secrets"
| "IaC"
| "Analytics";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { tCategory } from './categories';
import type { tCategory } from "./categories";
export type ThemeOptions = {
dark: string;