Skip to content

Commit

Permalink
feat: try to speed up container start up time
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 30, 2023
1 parent 94a5efd commit b2f2662
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions templates/basic/.layer-playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@ import { defineNuxtConfig } from 'nuxt/config'

export default defineNuxtConfig({
devtools: { enabled: false },
ssr: false,
vite: {
warmupEntry: false,
optimizeDeps: {
include: [
'birpc',
'ufo',
'ofetch',
'defu',
],
},
},
typescript: {
includeWorkspace: true,
tsConfig: {
Expand Down

0 comments on commit b2f2662

Please sign in to comment.