create-saasicat-admin 0.15.0 → 0.16.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-saasicat-admin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.0",
|
|
4
4
|
"description": "Scaffolding CLI for SuperAdmin frontend projects (Vue 3 + Quasar + Vite). Generates a minimal working admin app built on @saasicat/ui-vue. Usage: `pnpm create saasicat-admin <dir>`.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -35,8 +35,9 @@ const handle = createSuperAdminApp({
|
|
|
35
35
|
http: platformHttp,
|
|
36
36
|
actions: {},
|
|
37
37
|
extensions: {},
|
|
38
|
-
// UI language
|
|
39
|
-
//
|
|
38
|
+
// Starting UI language — the shell's header switcher lets the user change
|
|
39
|
+
// it from there and remembers the pick. `overrides` replaces individual
|
|
40
|
+
// strings (handbook §8.6).
|
|
40
41
|
i18n: { locale: 'de' },
|
|
41
42
|
});
|
|
42
43
|
|