From ac9a9fe437ef9db64333055dbdbe5619864a0a09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Tue, 20 Feb 2024 17:10:17 +0100 Subject: [PATCH] Add billing portal blade views to file watchlist --- tailwind.config.cjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tailwind.config.cjs b/tailwind.config.cjs index 7144e9e4413f..00b25740a4c8 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -7,7 +7,8 @@ module.exports = { './resources/views/email/components/**/*.blade.php', './resources/views/themes/ninja2020/**/*.blade.php', './resources/views/auth/**/*.blade.php', - './resources/views/setup/**/*.blade.php' + './resources/views/setup/**/*.blade.php', + './resources/views/billing-portal/**/*.blade.php', ], theme: { extend: {