Skip to content

Commit

Permalink
Merge pull request #5 from Git-abby/firebaseAuth
Browse files Browse the repository at this point in the history
Firebase auth
  • Loading branch information
Git-abby authored Dec 16, 2024
2 parents 487bf25 + 3d35e13 commit ee2e635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ This template provides a minimal setup to get React working in Vite with HMR and

Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
5 changes: 2 additions & 3 deletions frontend/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import('tailwindcss').Config

export default {
content: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [require("tailgrids/plugin")],
};
plugins: [],
};

0 comments on commit ee2e635

Please sign in to comment.