Skip to content

Commit ed07d87

Browse files
committed
fix CI issue
1 parent f075ecb commit ed07d87

3 files changed

Lines changed: 119 additions & 28 deletions

File tree

app/astro.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
import { defineConfig } from 'astro/config';
22
import node from '@astrojs/node';
3-
import tailwind from '@astrojs/tailwind';
43
import react from '@astrojs/react';
54

65
export default defineConfig({
76
output: 'server',
87
adapter: node({
98
mode: 'standalone',
109
}),
11-
integrations: [tailwind({ applyBaseStyles: false }), react()],
10+
integrations: [react()],
1211
// Disable CSRF origin check — this is a self-hosted internal tool accessed
1312
// via a custom port/host, so the Origin header routinely won't match.
1413
security: {

app/package-lock.json

Lines changed: 117 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"dependencies": {
1616
"@astrojs/node": "^10.0.4",
1717
"@astrojs/react": "^5.0.3",
18-
"@astrojs/tailwind": "^5.1.0",
1918
"@radix-ui/react-progress": "^1.1.8",
2019
"@types/better-sqlite3": "^7.6.13",
2120
"astro": "^6.1.6",
@@ -37,6 +36,7 @@
3736
"@types/react-dom": "^19.2.3",
3837
"@types/ws": "^8.18.1",
3938
"@vitest/coverage-v8": "^3.2.0",
39+
"autoprefixer": "^10.5.0",
4040
"jsdom": "^26.1.0",
4141
"msw": "^2.7.3",
4242
"typescript": "^5.0.0",

0 commit comments

Comments
 (0)