Pathora / frontend /tailwind.config.js
malavikapradeep2001's picture
Deploy Pathora Viewer: tile server, viewer components, and root app.py
2bc6cf8 verified
raw
history blame
82 Bytes
export default {content: [
'./index.html',
'./src/**/*.{js,ts,jsx,tsx}'
],}