Skip to content

Commit

Permalink
added nuxt-bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
wommy committed Sep 15, 2024
1 parent fa0c90d commit 956c6ba
Show file tree
Hide file tree
Showing 3 changed files with 16,610 additions and 9,628 deletions.
9 changes: 6 additions & 3 deletions client/nuxt.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const pkg = require('./package.json')
import { defineNuxtConfig } from '@nuxt/bridge'
import pkg from './package.json'

module.exports = {
export default defineNuxtConfig({
// Disable server-side rendering: https://go.nuxtjs.dev/ssr-mode
ssr: false,
target: 'static',
Expand Down Expand Up @@ -146,6 +147,8 @@ module.exports = {
host: '0.0.0.0'
},

bridge: false

/**
* Temporary workaround for @nuxt-community/tailwindcss-module.
*
Expand All @@ -155,4 +158,4 @@ module.exports = {
devServerHandlers: [],

ignore: ["**/*.test.*", "**/*.cy.*"]
}
})
Loading

0 comments on commit 956c6ba

Please sign in to comment.