Skip to content

Commit 38a4a22

Browse files
committed
Merge branch 'next' of https://github.com/devforth/adminforth into next
2 parents a1047c1 + 8208272 commit 38a4a22

File tree

3 files changed

+109
-28
lines changed

3 files changed

+109
-28
lines changed

adminforth/spa/package-lock.json

Lines changed: 107 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adminforth/spa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"apexcharts": "^4.4.0",
2020
"dayjs": "^1.11.11",
2121
"debounce": "^2.1.0",
22-
"flowbite": "^2.3.0",
2322
"flowbite-datepicker": "^1.2.6",
2423
"javascript-time-ago": "^2.5.11",
2524
"pinia": "^2.1.7",
@@ -43,6 +42,7 @@
4342
"eslint": "^8.57.0",
4443
"eslint-plugin-vue": "^9.23.0",
4544
"flag-icons": "^7.2.3",
45+
"flowbite": "^3.1.2",
4646
"i18n-iso-countries": "^7.12.0",
4747
"npm-run-all2": "^6.1.2",
4848
"portfinder": "^1.0.32",

dev-demo/resources/apartments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ export default {
302302
// return [`https://tmpbucket-adminforth.s3.eu-central-1.amazonaws.com/${record.apartment_source}`];
303303
// },
304304
generationPrompt: "Add a 10 kittyies to the appartment look, it should be foto-realistic, they should be different colors, sitting all around the appartment",
305-
countToGenerate: 3,
305+
countToGenerate: 1,
306306
outputSize: '1024x1024',
307307
// rateLimit: {
308308
// limit: "2/1m",

0 commit comments

Comments
 (0)