Pathora / frontend /tailwind.config.js
malavikapradeep2001's picture
Deploy Pathora Viewer: tile server, viewer components, and root app.py (#1)
1ff1e61
export default {content: [
'./index.html',
'./src/**/*.{js,ts,jsx,tsx}'
],}