Skip to content

Commit

Permalink
updt: vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
hudaputrasantosa committed Mar 31, 2024
1 parent 4549889 commit 2bb813e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
12 changes: 0 additions & 12 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
},
"dependencies": {
"axios": "^1.6.7",
"dotenv": "^16.4.5",
"firebase": "^10.10.0",
"flowbite": "^2.3.0",
"flowbite-react": "^0.7.2",
Expand Down
3 changes: 0 additions & 3 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@ import react from "@vitejs/plugin-react";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
define: {
"process.env": {},
},
base: "/",
});

0 comments on commit 2bb813e

Please sign in to comment.