mirror of
https://github.com/delibae/claude-prism.git
synced 2026-08-28 05:14:59 +00:00
- Updated package.json to include new filters for development scripts and added built dependencies for pnpm. - Introduced a new desktop application with essential files including index.html, package.json, and configuration files (postcss, tsconfig, vite). - Added core components for the desktop app, including App, ProjectPicker, AssistantPanel, and UI elements like Button, Input, and DropdownMenu. - Integrated Tauri plugins for file handling and dialog interactions. - Enhanced Turbo configuration to include additional output paths for builds. - Updated pnpm-lock.yaml to reflect new dependencies and versions for the desktop application.
5 lines
70 B
JavaScript
5 lines
70 B
JavaScript
export default {
|
|
plugins: {
|
|
"@tailwindcss/postcss": {},
|
|
},
|
|
};
|