WIP frontend isn't completely broken now

Still more work left with integrating apalis and need to fully update
it.

These changes are mostly for fixing the frontend I broke by eagerly
updating everything.
This commit is contained in:
2025-02-10 00:51:04 -05:00
parent 7a8f7dc415
commit 8f965b3d06
9 changed files with 56 additions and 43 deletions

View File

@@ -1,8 +1,8 @@
const plugin = require('tailwindcss/plugin');
import plugin from 'tailwindcss/plugin';
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.rs'],
content: ['../src/**/*.rs'],
theme: {
extend: {},
},