From 00dd8c27bde8d82cc640bee2b34d5a2a0224a204 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 15 Dec 2023 12:50:58 +0100 Subject: [PATCH] chore(playground): add `app.config.ts` --- playground/app.config.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 playground/app.config.ts diff --git a/playground/app.config.ts b/playground/app.config.ts new file mode 100644 index 00000000..da83d005 --- /dev/null +++ b/playground/app.config.ts @@ -0,0 +1,6 @@ +export default defineAppConfig({ + ui: { + primary: 'green', + gray: 'cool' + } +})