We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75006cb commit 2de5e22Copy full SHA for 2de5e22
frontend/package.json
@@ -4,10 +4,10 @@
4
"version": "0.0.0",
5
"type": "module",
6
"scripts": {
7
- "dev": "vite",
+ "dev": "vite --host",
8
"build": "tsc -b && vite build",
9
"lint": "eslint .",
10
- "preview": "vite preview"
+ "preview": "vite preview --host"
11
},
12
"dependencies": {
13
"@tanstack/react-query": "^5.59.19",
@@ -26,6 +26,7 @@
26
27
"devDependencies": {
28
"@eslint/js": "^9.13.0",
29
+ "@tailwindcss/typography": "^0.5.15",
30
"@types/react": "^18.3.12",
31
"@types/react-dom": "^18.3.1",
32
"@vitejs/plugin-react": "^4.3.3",
frontend/tailwind.config.js
@@ -14,4 +14,5 @@ export default {
14
15
extend: {},
16
17
+ plugins: [require("@tailwindcss/typography")],
18
};
0 commit comments