client 0.1.1-beta1

Decentralized chat client, including the client's main implementation and cli.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module.exports = {
  mode: "jit",
  content: {
    files: ["src/**/*.rs", "index.html"],
  },
  darkMode: "media", // 'media' or 'class'
  theme: {
    extend: {},
  },
  variants: {
    extend: {},
  },
  plugins: [],
};