amalia/29-apr-26 #16

Merged
amaliadwiy merged 15 commits from amalia/29-apr-26 into main 2026-04-29 17:40:58 +08:00
17 changed files with 994 additions and 320 deletions
Showing only changes of commit a2c7be7cfa - Show all commits

View File

@@ -1,9 +1,10 @@
{
"name": "bun-react-template",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"type": "module",
"scripts": {
"claude": "set -a && source .env && set +a && claude",
"dev": "bun --watch src/serve.ts",
"build": "vite build",
"start": "NODE_ENV=production bun src/index.tsx",