File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/features/theme-switch/components Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1212 "preview" : " bun run --bun astro preview" ,
1313 "typecheck:astro" : " bun run --bun astro check" ,
1414 "typecheck:tsc" : " tsc --noEmit --pretty" ,
15- "typecheck" : " bun run typecheck:tsc && bun run typecheck:astro " ,
15+ "typecheck" : " bun run typecheck:astro && bun run typecheck:tsc " ,
1616 "prebuild" : " run-p --silent --continue-on-error create:symlinks move:downloads" ,
1717 "test:unit" : " vitest run --config './test/vitest.config.ts' --coverage" ,
1818 "test:unit:watch" : " vitest watch --config './test/vitest.config.ts' --coverage" ,
Original file line number Diff line number Diff line change 11---
2- import { MoonIcon , SunIcon } from ' @lucide/astro'
3- import styles from ' ./ThemeSwitch.module.css'
2+ import { MoonIcon , SunIcon } from ' @lucide/astro'
3+ import styles from ' ./ThemeSwitch.module.css'
44---
5+
56<theme-switch
67 class ={ styles .themeSwitch }
78 title =" Toggle Theme"
You can’t perform that action at this time.
0 commit comments