Skip to content

Commit

Permalink
Initial admin ui
Browse files Browse the repository at this point in the history
  • Loading branch information
sindrig committed May 26, 2024
1 parent b00f4d3 commit bd9a68e
Show file tree
Hide file tree
Showing 2 changed files with 8,192 additions and 6,131 deletions.
5 changes: 3 additions & 2 deletions admin/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true },
modules: ["@nuxt/ui"]
})
modules: ["@nuxt/ui"],
ssr: true,
});
Loading

0 comments on commit bd9a68e

Please sign in to comment.