mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-30 11:23:07 -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
12 lines
184 B
JavaScript
12 lines
184 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: [
|
|
"./index.html",
|
|
"./src/**/*.{js,ts,jsx,tsx}",
|
|
],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|