8009ffe801
git filter-repo incorrectly resolved a merge commit where the docs app was migrated from Docusaurus to Next.js + Markdoc, resulting in the old Docusaurus files at HEAD. This commit overlays the correct current files from the source repo (kilo-org/kilocode main branch). Package renamed from kilocode-docs to @kilocode/kilo-docs.
7 lines
87 B
JavaScript
7 lines
87 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
"@tailwindcss/postcss": {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|