Spaces:
Paused
Paused
alessandro trinca tornidor
feat: add support for compiling a custom frontend using pnpm and nodejs v18 from debian packages
c13c67e
| /** @type {import('tailwindcss').Config} */ | |
| export default { | |
| content: [ | |
| './index.html', | |
| './src/**/*.{vue,js,ts,jsx,tsx}', | |
| ], | |
| darkMode: 'class', | |
| theme: { | |
| extend: {}, | |
| } | |
| } | |