mirror of
https://github.com/stablyai/orca.git
synced 2026-09-21 16:02:20 +00:00
Publish the standalone docs site under docs/site and deploy it on stable desktop releases.
8 lines
90 B
JavaScript
8 lines
90 B
JavaScript
const config = {
|
|
plugins: {
|
|
'@tailwindcss/postcss': {}
|
|
}
|
|
}
|
|
|
|
export default config
|