Files
adnify/postcss.config.js
adnaan a62f831340 feat(debug): add comprehensive debugging support with DAP integration
- Add Debug Adapter Protocol (DAP) client implementation for debugger communication
- Implement DebugService with session management and breakpoint handling
- Add Node.js debug adapter with launch and attach configuration support
- Create debug IPC handlers for renderer-main process communication
- Add DebugPanel component for UI debugging interface with breakpoint visualization
- Implement ConflictResolver component for git merge conflict resolution
- Add GlobalErrorHandler component for centralized error management
- Create useEditorBreakpoints hook for editor breakpoint state management
- Add debugSlice to Redux store for debug session state management
- Implement debug command palette integration
- Update preload script to expose debug APIs to renderer process
- Add debug configuration snippets and supported language detection
- Fix postcss.config.js module export format for better compatibility
- Remove redundant LLM utils module
- Update StatusBar to display debug session information
- Enhance GitView with conflict resolution capabilities
2026-01-04 21:18:19 +08:00

7 lines
82 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}