mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-21 06:59:17 -04:00
* broken sync example * move to react * filter owned ops more * update deps * working sync * relation operations * fix pnpm lock * please rustfmt * fix api * compare strings properly * please clippy * feature gate logging * use bleeding rspc in example * use bleeding rspc * use generated rspc client
7 lines
82 B
JavaScript
7 lines
82 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|