Skip to content

Commit

Permalink
feat(playground): update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Feb 8, 2024
1 parent 4a4df3a commit 87876d6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7,325 deletions.
3 changes: 0 additions & 3 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,4 @@ export default defineNuxtConfig({
tailwindcss: {
viewer: false,
},
typescript: {
includeWorkspace: true,
},
})
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"dependencies": {
"@edgedb/generate": "^0.4.1",
"@iconify-json/heroicons": "^1.1.13",
"@nuxt/ui": "^2.10.0"
"@iconify-json/heroicons": "^1.1.19",
"@nuxt/ui": "^2.13.0"
},
"devDependencies": {
"@nuxt/devtools": "latest",
Expand Down
7 changes: 1 addition & 6 deletions playground/pages/auth/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<template #header>
<h2>Login</h2>
</template>

<div class="flex flex-col gap-4">
<UFormGroup label="Email">
<UInput
Expand Down Expand Up @@ -44,9 +45,3 @@
</EdgeDbAuthEmailLogin>
</div>
</template>

<style>
.blogpost-list {
}
</style>
Loading

0 comments on commit 87876d6

Please sign in to comment.