Skip to content

Commit

Permalink
feat: add wrangler code
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jan 20, 2024
1 parent 48e30cb commit 87461d2
Show file tree
Hide file tree
Showing 2 changed files with 569 additions and 20 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
"format:check": "prettier --check \"{src,static,scripts,docs}/**/*.{js,jsx,ts,tsx,css,json,md,mdx,yml}\"",
"update": "yarn upgrade-interactive",
"clean-projects": "rimraf --glob \"./projects/**/node_modules\" \"./projects/**/dist\" \"./projects/**/build\" \"./projects/**/prebuild\"",
"update-submodules": "git pull --recurse-submodules && git submodule update --remote --recursive"
"update-submodules": "git pull --recurse-submodules && git submodule update --remote --recursive",
"pages:dev": "wrangler pages dev --compatibility-date=2024-01-17 --proxy 3000 -- yarn start",
"pages:deploy": "yarn build && wrangler pages deploy ./build"
},
"dependencies": {
"@docusaurus/core": "3.1.0",
Expand Down Expand Up @@ -84,7 +86,8 @@
"typedoc-plugin-djs-links": "^2.2.1",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-mdn-links": "3.1.12",
"typescript": "^5.3.3"
"typescript": "^5.3.3",
"wrangler": "^3.23.0"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand Down
Loading

1 comment on commit 87461d2

@vercel
Copy link

@vercel vercel bot commented on 87461d2 Jan 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.