Skip to content

Commit

Permalink
prep for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rvcas committed Nov 21, 2023
1 parent 9d69472 commit b138781
Show file tree
Hide file tree
Showing 22 changed files with 3,291 additions and 4,418 deletions.
2,623 changes: 2,623 additions & 0 deletions functions/[[path]].js

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,20 @@
"scripts": {
"dev": "solid-start dev",
"build": "solid-start build",
"start": "solid-start start"
"start": "solid-start start",
"pages:dev": "wrangler pages dev --compatibility-date=2023-10-30 --proxy 3000 -- pnpm run dev",
"pages:deploy": "pnpm run build && wrangler pages deploy ./dist/public"
},
"type": "module",
"devDependencies": {
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"solid-start-cloudflare-pages": "^0.3.10",
"solid-start-node": "^0.3.10",
"tailwindcss": "^3.3.3",
"typescript": "^4.9.5",
"vite": "^4.4.9"
"vite": "^4.4.9",
"wrangler": "^3.16.0"
},
"dependencies": {
"@solidjs/meta": "^0.29.1",
Expand Down
Loading

0 comments on commit b138781

Please sign in to comment.