08dbc5ded5
* update frontend packages * fix typescript issues * split backend and frontend * prepare zig based backend
8 lines
167 B
JavaScript
8 lines
167 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ['./index.html', './src/**/*.{vue,js,ts}'],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|