diff --git a/frontend/admin/bun.lockb b/frontend/admin/bun.lockb new file mode 100755 index 0000000..117fc54 Binary files /dev/null and b/frontend/admin/bun.lockb differ diff --git a/frontend/admin/index.html b/frontend/admin/index.html index 8388c4b..5dc6eb2 100644 --- a/frontend/admin/index.html +++ b/frontend/admin/index.html @@ -1,13 +1,17 @@ - + + - Vite + Vue - - + Admin + + + +
- - + + + \ No newline at end of file diff --git a/frontend/admin/package.json b/frontend/admin/package.json index b4b6632..da3d228 100644 --- a/frontend/admin/package.json +++ b/frontend/admin/package.json @@ -9,9 +9,9 @@ "preview": "vite preview" }, "dependencies": { - "@tailwindcss/vite": "^4.0.15", + "@tailwindcss/vite": "^4.0.17", "daisyui": "^5.0.9", - "tailwindcss": "^4.0.15", + "tailwindcss": "^4.0.17", "vue": "^3.5.13" }, "devDependencies": { diff --git a/frontend/admin/src/style.css b/frontend/admin/src/style.css index 74d8662..ba665d2 100644 --- a/frontend/admin/src/style.css +++ b/frontend/admin/src/style.css @@ -1,2 +1,2 @@ @import "tailwindcss"; -@plugin "daisyui"; \ No newline at end of file +/* @plugin "daisyui"; */ \ No newline at end of file