@lastbrain/app 0.1.10 → 0.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/scripts/init-app.js
CHANGED
|
@@ -627,8 +627,8 @@ const config = {
|
|
|
627
627
|
content: [
|
|
628
628
|
"./app/**/*.{js,ts,jsx,tsx,mdx}",
|
|
629
629
|
"./components/**/*.{js,ts,jsx,tsx,mdx}",
|
|
630
|
-
"./node_modules/@lastbrain/**/*.{js,jsx,ts,tsx}",
|
|
631
|
-
"./node_modules/@heroui/**/*.{js,jsx,ts,tsx}"
|
|
630
|
+
"./node_modules/@lastbrain/*/src/**/*.{js,jsx,ts,tsx}",
|
|
631
|
+
"./node_modules/@heroui/*/src/**/*.{js,jsx,ts,tsx}"
|
|
632
632
|
],
|
|
633
633
|
theme: {
|
|
634
634
|
extend: {},
|
|
@@ -646,7 +646,7 @@ export default config;
|
|
|
646
646
|
content: [
|
|
647
647
|
"./app/**/*.{js,ts,jsx,tsx,mdx}",
|
|
648
648
|
"./components/**/*.{js,ts,jsx,tsx,mdx}",
|
|
649
|
-
"./node_modules/@lastbrain/**/*.{js,jsx,ts,tsx}",
|
|
649
|
+
"./node_modules/@lastbrain/*/src/**/*.{js,jsx,ts,tsx}",
|
|
650
650
|
],
|
|
651
651
|
theme: {
|
|
652
652
|
extend: {
|
package/package.json
CHANGED
package/src/scripts/init-app.ts
CHANGED
|
@@ -743,8 +743,8 @@ const config = {
|
|
|
743
743
|
content: [
|
|
744
744
|
"./app/**/*.{js,ts,jsx,tsx,mdx}",
|
|
745
745
|
"./components/**/*.{js,ts,jsx,tsx,mdx}",
|
|
746
|
-
"./node_modules/@lastbrain/**/*.{js,jsx,ts,tsx}",
|
|
747
|
-
"./node_modules/@heroui/**/*.{js,jsx,ts,tsx}"
|
|
746
|
+
"./node_modules/@lastbrain/*/src/**/*.{js,jsx,ts,tsx}",
|
|
747
|
+
"./node_modules/@heroui/*/src/**/*.{js,jsx,ts,tsx}"
|
|
748
748
|
],
|
|
749
749
|
theme: {
|
|
750
750
|
extend: {},
|
|
@@ -761,7 +761,7 @@ export default config;
|
|
|
761
761
|
content: [
|
|
762
762
|
"./app/**/*.{js,ts,jsx,tsx,mdx}",
|
|
763
763
|
"./components/**/*.{js,ts,jsx,tsx,mdx}",
|
|
764
|
-
"./node_modules/@lastbrain/**/*.{js,jsx,ts,tsx}",
|
|
764
|
+
"./node_modules/@lastbrain/*/src/**/*.{js,jsx,ts,tsx}",
|
|
765
765
|
],
|
|
766
766
|
theme: {
|
|
767
767
|
extend: {
|