Star17
3
代码介绍
代码
Issues
Pull Requests
流水线
Actions
项目讨论
Wiki
项目成员5
分析
项目设置
Star17
3
  1. Friend
  2. /
  3. web
  4. /
  5. app
  6. /
  7. postcss.config.js
Ssmian1 - New Next.js app at web/app with full dashboard UI - Conversations: split view, folders, merge, search, date filtering - Memories: list/graph views, filters, bulk actions, quick add - Tasks: hub/list views, calendar, progress tracking, bulk actions - Chat: AI assistant with file uploads, voice input, app selector - Apps: explore, install, create custom apps - Settings: profile, integrations, subscription management - Cloud Run deployment workflow and Dockerfile
52edc616创建于 1月2日历史提交
module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
  },
};