mms-transcription / frontend /tailwind.config.js
EC2 Default User
Added basic frontend, dockerfile
0f60365
raw
history blame contribute delete
166 Bytes
module.exports = {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [
require("daisyui"),
],
}