feat: update env configs and add team canvas endpoint

This commit is contained in:
2025-11-10 11:09:22 +08:00
parent b2053760be
commit 81fa34669a
19 changed files with 220 additions and 55 deletions

View File

@@ -1,7 +1,7 @@
// postcss.config.js
module.exports = {
plugins: {
// tailwindcss: {},
tailwindcss: {},
autoprefixer: {},
},
};