Skip to content

Commit

Permalink
install wrangler
Browse files Browse the repository at this point in the history
  • Loading branch information
kresnasatya committed Dec 28, 2024
1 parent 2138a0e commit c26afdf
Show file tree
Hide file tree
Showing 4 changed files with 774 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ node_modules/

# Local Netlify folder
.netlify

# Wrangler from Cloudflare
.wrangler
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"build": "vite build",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1",
"scrape": "node services/scraper.js"
"scrape": "node services/scraper.js",
"pages:dev": "wrangler pages dev"
},
"repository": {
"type": "git",
Expand All @@ -26,6 +27,7 @@
},
"devDependencies": {
"linkedom": "^0.16.6",
"vite": "^5.0.11"
"vite": "^5.0.11",
"wrangler": "^3.99.0"
}
}
Loading

0 comments on commit c26afdf

Please sign in to comment.