Skip to content

Commit

Permalink
update esbuild config
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshshinde2012 committed Jun 14, 2024
1 parent f8ef30b commit fb20e1b
Show file tree
Hide file tree
Showing 4 changed files with 426 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
with:
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
publish_dir: ./dist
cname: https://santoshshinde2012.github.io/speedyreact-kit/

env:
CI: true
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "speedyreact-kit",
"packageManager": "yarn@4.2.2",
"homepage": "https://santoshshinde2012.github.io/speedyreact-kit",
"homepage": "https://santoshshinde2012.github.io/speedyreact-kit/",
"scripts": {
"serve": "serve dist/.",
"build": "node script/build.mjs",
"build-analyze": "node script/build.mjs --analyze=true",
"dev": "node script/serve.mjs",
Expand Down Expand Up @@ -40,6 +41,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.3.1",
"serve": "^14.2.3",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
Expand Down
2 changes: 0 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
name="description"
content="Web site created using create-react-app"
/>
<!-- Optional: Set base URL if needed -->
<base href="https://santoshshinde2012.github.io/speedyreact-kit/">
<link rel="apple-touch-icon" href="./logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
Expand Down
Loading

0 comments on commit fb20e1b

Please sign in to comment.