mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 06:28:14 -04:00
* new sql lib stuff * add sync stuff + rename all crates * build sd-core * add sync/example/dist to source * fix sync example in monorepop * appease clippy * update lockfile * update commit hooks * fix typescript * fix typescript build * please rustfmt
7 lines
82 B
JavaScript
7 lines
82 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|