mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-17 01:30:33 +00:00
- Set up the `rustfs-gui` package in the workspace. - Add `dioxus` dependency with `router` feature. - Configure workspace settings for edition, license, repository, and rust-version. - Include lints configuration for the workspace.
8 lines
144 B
JavaScript
8 lines
144 B
JavaScript
module.exports = {
|
|
mode: "all",
|
|
content: ["./src/**/*.{rs,html,css}", "./dist/**/*.html"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}; |