mirror of
https://github.com/logos-messaging/lab.waku.org.git
synced 2026-01-11 02:03:10 +00:00
chore: update waku deps to latest chore: remove relay chats, move all examples to experimental, add notes example fix: notes example: use nightly waku deps and set pubsub topic in node/enc/dec
9 lines
156 B
JavaScript
9 lines
156 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ["./src/**/*.{js,jsx,ts,tsx}"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|