Skip to content

Commit 87876d6

Browse files
committed
feat(playground): update
1 parent 4a4df3a commit 87876d6

7 files changed

Lines changed: 7 additions & 7325 deletions

File tree

playground/nuxt.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,4 @@ export default defineNuxtConfig({
1111
tailwindcss: {
1212
viewer: false,
1313
},
14-
typescript: {
15-
includeWorkspace: true,
16-
},
1714
})

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"dependencies": {
1111
"@edgedb/generate": "^0.4.1",
12-
"@iconify-json/heroicons": "^1.1.13",
13-
"@nuxt/ui": "^2.10.0"
12+
"@iconify-json/heroicons": "^1.1.19",
13+
"@nuxt/ui": "^2.13.0"
1414
},
1515
"devDependencies": {
1616
"@nuxt/devtools": "latest",

playground/pages/auth/login.vue

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<template #header>
99
<h2>Login</h2>
1010
</template>
11+
1112
<div class="flex flex-col gap-4">
1213
<UFormGroup label="Email">
1314
<UInput
@@ -44,9 +45,3 @@
4445
</EdgeDbAuthEmailLogin>
4546
</div>
4647
</template>
47-
48-
<style>
49-
.blogpost-list {
50-
51-
}
52-
</style>

0 commit comments

Comments
 (0)