Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ali00209 committed Oct 24, 2024
1 parent a4bc7a9 commit ec206ad
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 145 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ RUN chmod +x bindings.sh
EXPOSE 3000

# Start the application
CMD ["pnpm", "run", "start"]
CMD ["pnpm", "run", "start"]
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"start": "bindings=$(./bindings.sh) && wrangler pages dev ./build/client $bindings --ip 0.0.0.0 --port 3000",
"typecheck": "tsc",
"typegen": "wrangler types",
"preview": "pnpm run build && pnpm run start",
"prebuild": "npm-run-all --parallel lint typecheck test"
"preview": "pnpm run build && pnpm run start"
},
"engines": {
"node": ">=18.18.0"
Expand Down Expand Up @@ -55,7 +54,7 @@
"@remix-run/cloudflare-pages": "^2.10.2",
"@remix-run/react": "^2.10.2",
"@uiw/codemirror-theme-vscode": "^4.23.0",
"@unocss/reset": "^0.61.0",
"@unocss/reset": "^0.61.3",
"@webcontainer/api": "1.3.0-internal.10",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-web-links": "^0.11.0",
Expand All @@ -65,15 +64,15 @@
"diff": "^5.2.0",
"file-saver": "^2.0.5",
"framer-motion": "^11.2.12",
"isbot": "^4.1.0",
"isbot": "^4.4.0",
"istextorbinary": "^9.5.0",
"jose": "^5.6.3",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"nanostores": "^0.10.3",
"ollama-ai-provider": "^0.15.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hotkeys-hook": "^4.5.0",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.0.20",
Expand All @@ -95,14 +94,14 @@
"@types/file-saver": "^2.0.7",
"@types/lodash": "^4.17.12",
"@types/node": "^22.7.9",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"fast-glob": "^3.3.2",
"is-ci": "^3.0.1",
"node-fetch": "^3.3.2",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.2",
"sass-embedded": "^1.80.3",
"sass-embedded": "^1.80.4",
"typescript": "^5.5.2",
"unified": "^11.0.5",
"unocss": "^0.61.3",
Expand Down
Loading

0 comments on commit ec206ad

Please sign in to comment.