Skip to content

Commit

Permalink
workers
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Dec 11, 2024
1 parent 82aac91 commit def274f
Show file tree
Hide file tree
Showing 4 changed files with 736 additions and 18 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.next/
.vercel/
.vscode/
.worker-next/
.wrangler/
node_modules/
*.env*
!.env.*.example
Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@
"homepage": "https://lurkr.gg",
"scripts": {
"build": "next build",
"build:worker": "cloudflare",
"deploy:worker": "npm run build:worker && wrangler deploy",
"dev": "next dev",
"dev:worker": "wrangler dev --port 8771",
"fmt": "pnpm run format",
"format": "biome check --write --unsafe",
"lint": "biome check",
"prepare": "husky .github/husky",
"preview:worker": "npm run build:worker && npm run dev:worker",
"start": "next start"
},
"dependencies": {
Expand Down Expand Up @@ -39,6 +43,7 @@
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@opennextjs/cloudflare": "^0.2.1",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
Expand All @@ -50,7 +55,8 @@
"postcss": "^8.4.49",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.16",
"typescript": "~5.7.2"
"typescript": "~5.7.2",
"wrangler": "^3.95.0"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading

0 comments on commit def274f

Please sign in to comment.