Skip to content

Commit 4b5192b

Browse files
committed
refacto: rolled back to svelte 4
1 parent ebe7455 commit 4b5192b

18 files changed

Lines changed: 455 additions & 147 deletions

justfile

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,15 @@ default:
44

55
# Launches the dev server, hot reloading for changes
66
dev:
7-
npm run dev --host --open
7+
npm run dev --host --open
8+
9+
# builds the site for production
10+
build:
11+
npm run build
12+
13+
# builds and previews the website
14+
preview: build
15+
npm run preview
16+
17+
sloc:
18+
@echo "`wc -l *.c` lines of code"

0 commit comments

Comments
 (0)