Migrate to Poetry packaging and restructure codebase #21

Merged
Sudo-Ivan merged 23 commits from codebase-improvements into master 2025-12-01 18:24:25 +00:00
Showing only changes of commit f989295773 - Show all commits

View File

@@ -1,11 +1,14 @@
import formsPlugin from '@tailwindcss/forms';
const frontendRoot = "./meshchatx/src/frontend";
/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: 'selector',
content: [
"./src/frontend/index.html",
"./src/**/*.{vue,js,ts,jsx,tsx,html}",
`${frontendRoot}/index.html`,
`${frontendRoot}/call.html`,
`${frontendRoot}/**/*.{vue,js,ts,jsx,tsx,html}`,
],
theme: {
extend: {},