Skip to content

Commit

Permalink
Remove github-pages example
Browse files Browse the repository at this point in the history
  • Loading branch information
castrogarciajs committed Feb 22, 2024
1 parent aa92d2d commit 057e787
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 188 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"deploy": "gh-pages -d dist",
"prepare": "husky"
},
"dependencies": {
Expand All @@ -33,7 +32,6 @@
"eslint": "8.56.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.5",
"gh-pages": "6.1.1",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"typescript": "5.2.2",
Expand Down
185 changes: 0 additions & 185 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ export default defineConfig({
'@': resolve(__dirname, './src'),
},
},
base: '/dashboard'
})

0 comments on commit 057e787

Please sign in to comment.