Rewrite in bun and vite away from NextJs

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-29 22:07:58 +03:00
parent af7f23b9b5
commit 0d60dbbb5f
119 changed files with 714 additions and 302 deletions

View File

@@ -4,19 +4,19 @@ default:
@just --list
install:
npm install
bun install
dev:
npm run dev
bun run dev
build:
npm run build
bun run build
start:
npm run start
bun run start
lint:
npm run lint
bun run lint
deploy:
bash scripts/deploy.sh