Not necessarily a bug but something that should be considered for the future: It seems Tailwind v4 is not required to have a tailwind.config.js file anymore. (see ...
module.exports = { application: { name: process.env.NAME, get currentIp() { console.log('Getter called') return getCurrentIp() } } } function getCurrentIp() { return ...