code-server/cursor-fullstack/cloudflare/frontend/postcss.config.js
Cursor Full Stack AI IDE 15b31c58f2 feat: Configure Vite for Cloudflare Pages deployment
This commit sets up the Vite configuration for Cloudflare Pages, including optimizations, proxy settings, and environment variables. It also updates the package.json with new scripts for deployment and development.

Co-authored-by: logato7838 <logato7838@vsihay.com>
2025-10-12 14:23:11 +00:00

6 lines
No EOL
79 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}