Skip to content

Commit

Permalink
chore: misc
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Sep 2, 2024
1 parent 0390a2b commit 6024230
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,21 @@ export default defineNuxtConfig({
modules: [
NuxtDelayHydration,
],

delayHydration: {
mode: false,
exclude: ['/not-delayed'],
},

app: {
head: {
title: 'default title',
},
},

experimental: {
inlineRouteRules: true,
},
})

compatibilityDate: '2024-09-02',
})
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"scripts": {
"dev": "nuxi dev .playground",
"stub": "npx terser src/template/global.mjs -o src/runtime/template/global.mjs && npx terser src/template/replay.mjs -o src/runtime/template/replay.mjs && nuxt-module-build build --stub",
"dev:prepare": "pnpm stub",
"build": "nuxi prepare .playground && nuxt-module-build build",
"lint": "eslint . --fix",
"release": "bumpp package.json packages/*/package.json --commit --push --tag",
Expand Down

0 comments on commit 6024230

Please sign in to comment.