Prepare to run upgrader

This commit is contained in:
Andrew Tomaka 2025-02-11 20:23:19 -05:00
parent 3b47ce3db5
commit 9f8d3bcc06
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
4 changed files with 1491 additions and 4 deletions

View file

@ -2,10 +2,10 @@ const defaultTheme = require('tailwindcss/defaultTheme')
module.exports = {
content: [
'./public/*.html',
'./app/helpers/**/*.rb',
'./app/javascript/**/*.js',
'./app/views/**/*.{erb,haml,html,slim}'
'../public/*.html',
'../app/helpers/**/*.rb',
'../app/javascript/**/*.js',
'../app/views/**/*.{erb,haml,html,slim}'
],
theme: {
extend: {