Skip to content

Commit

Permalink
๐Ÿ’š ๆฌกใ“ใใ†ใพใใ„ใ
Browse files Browse the repository at this point in the history
- ไบ‹ๅ‰ใซๅฎš็พฉใ•ใ‚Œใ‚‹ๅž‹ใ‚’ใ‚ณใƒŸใƒƒใƒˆ
  • Loading branch information
wappon28dev committed Sep 22, 2024
1 parent 2bce5e6 commit b048a08
Show file tree
Hide file tree
Showing 4 changed files with 544 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,5 @@ dist-ssr
/panda/
src/routeTree.gen.ts
.env.keys
src/types/supabase.gen.ts
tsconfig.tsbuildinfo
.wrangler/
tsconfig.tsbuildinfo
Binary file modified bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prepare": "panda codegen",
"dev": "dotenvx run -- bun vite",
"dev:workers": "dotenvx run -- wrangler pages dev --ip 127.0.0.1 --port 5173 -- bun run dev",
"build": "dotenvx run -f .env -f .env.production --overload -- bun tsc -b && vite build && bunx cpx wrangler.toml dist/ && bunx cpx \"functions/**\" dist/functions",
"build": "dotenvx run -f .env -f .env.production --overload -- bun tsr generate && bun tsc -b && vite build && bunx cpx wrangler.toml dist/ && bunx cpx \"functions/**\" dist/functions",
"preview": "vite preview",
"test": "tsc && bun typo && prettier --check ./src/ ./functions/ --check && eslint --ext .ts,.tsx ./src ./functions/ ",
"fmt": "prettier --write ./src/",
Expand Down Expand Up @@ -54,6 +54,7 @@
"@eslint/js": "^9.9.0",
"@pandacss/dev": "^0.46.0",
"@pandacss/eslint-plugin": "^0.1.11",
"@tanstack/router-cli": "^1.58.1",
"@tanstack/router-devtools": "^1.57.10",
"@tanstack/router-plugin": "^1.57.9",
"@tsconfig/strictest": "^2.0.5",
Expand Down
Loading

0 comments on commit b048a08

Please sign in to comment.