frontend: hide/show ServerCreate Form
This commit is contained in:
parent
c8b6e4757f
commit
9fda6b5a5c
4 changed files with 97 additions and 6 deletions
|
|
@ -1,6 +1,9 @@
|
|||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
modules: [ "@nuxtjs/tailwindcss" ],
|
||||
modules: [
|
||||
"@nuxtjs/tailwindcss",
|
||||
"@nuxt/icon"
|
||||
],
|
||||
srr: true,
|
||||
nitro: {
|
||||
preset: "static"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue