Remove Tailwind vite plugin - use Tailwind CSS standalone
Some checks failed
Deploy to Easypanel / deploy (push) Has been cancelled
Some checks failed
Deploy to Easypanel / deploy (push) Has been cancelled
This commit is contained in:
@@ -6,3 +6,5 @@
|
|||||||
{"t":0,"agent":"ab760b5","agent_type":"unknown","event":"agent_stop","success":true}
|
{"t":0,"agent":"ab760b5","agent_type":"unknown","event":"agent_stop","success":true}
|
||||||
{"t":0,"agent":"a480718","agent_type":"unknown","event":"agent_stop","success":true}
|
{"t":0,"agent":"a480718","agent_type":"unknown","event":"agent_stop","success":true}
|
||||||
{"t":0,"agent":"a462a28","agent_type":"unknown","event":"agent_stop","success":true}
|
{"t":0,"agent":"a462a28","agent_type":"unknown","event":"agent_stop","success":true}
|
||||||
|
{"t":0,"agent":"a9b8a44","agent_type":"unknown","event":"agent_stop","success":true}
|
||||||
|
{"t":0,"agent":"ad24c6c","agent_type":"unknown","event":"agent_stop","success":true}
|
||||||
|
|||||||
@@ -3,5 +3,5 @@
|
|||||||
"total_spawned": 0,
|
"total_spawned": 0,
|
||||||
"total_completed": 0,
|
"total_completed": 0,
|
||||||
"total_failed": 0,
|
"total_failed": 0,
|
||||||
"last_updated": "2026-04-27T13:31:47.934Z"
|
"last_updated": "2026-04-27T13:44:08.187Z"
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { defineConfig } from 'astro/config'
|
import { defineConfig } from 'astro/config'
|
||||||
import tailwindcss from '@tailwindcss/vite'
|
|
||||||
import { fileURLToPath } from 'url'
|
import { fileURLToPath } from 'url'
|
||||||
import path from 'path'
|
import path from 'path'
|
||||||
|
|
||||||
@@ -9,7 +8,6 @@ export default defineConfig({
|
|||||||
site: 'https://example.com',
|
site: 'https://example.com',
|
||||||
integrations: [],
|
integrations: [],
|
||||||
vite: {
|
vite: {
|
||||||
plugins: [tailwindcss()],
|
|
||||||
define: {
|
define: {
|
||||||
'import.meta.env.TINA_TOKEN': JSON.stringify(process.env.TINA_TOKEN || ''),
|
'import.meta.env.TINA_TOKEN': JSON.stringify(process.env.TINA_TOKEN || ''),
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -14,19 +14,19 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/check": "^0.9.4",
|
"@astrojs/check": "^0.9.4",
|
||||||
"@astrojs/mdx": "^5.0.4",
|
"@astrojs/mdx": "^5.0.4",
|
||||||
"@tailwindcss/typography": "^0.5.15",
|
|
||||||
"@tailwindcss/vite": "^4.2.4",
|
|
||||||
"astro": "^6.1.7",
|
"astro": "^6.1.7",
|
||||||
"react": "^18.3.1",
|
"react": "^18.3.1",
|
||||||
"react-dom": "^18.3.1",
|
"react-dom": "^18.3.1",
|
||||||
"tailwindcss": "^4.0.0",
|
|
||||||
"@tinacms/cli": "^2.2.3",
|
"@tinacms/cli": "^2.2.3",
|
||||||
"tinacms": "^2.2.3",
|
"tinacms": "^2.2.3",
|
||||||
"typescript": "^5.6.3"
|
"typescript": "^5.6.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/react": "^18.3.12",
|
"@types/react": "^18.3.12",
|
||||||
"@types/react-dom": "^18.3.1"
|
"@types/react-dom": "^18.3.1",
|
||||||
|
"tailwindcss": "^4.0.0",
|
||||||
|
"@tailwindcss/vite": "^4.2.4",
|
||||||
|
"@tailwindcss/typography": "^0.5.15"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=20.0.0"
|
"node": ">=20.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user