chore(playground): add app.config.ts

This commit is contained in:
Benjamin Canac
2023-12-15 12:50:58 +01:00
parent 5f81a79edf
commit 00dd8c27bd

6
playground/app.config.ts Normal file
View File

@@ -0,0 +1,6 @@
export default defineAppConfig({
ui: {
primary: 'green',
gray: 'cool'
}
})