Skip to content

Commit

Permalink
fix(site-config-stack): mark no side-effects
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Oct 31, 2024
1 parent 76fac93 commit 75ff60f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .playground/server/plugin/site-config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineNitroPlugin } from 'nitropack/dist/runtime/plugin'
import { defineNitroPlugin } from '#imports'

export default defineNitroPlugin((nitroApp) => {
nitroApp.hooks.hook('site-config:init', ({ event, siteConfig }) => {
Expand Down
1 change: 1 addition & 0 deletions packages/site-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "site-config-stack",
"type": "module",
"version": "2.2.18",
"sideEffects": false,
"description": "Shared site configuration utilities.",
"license": "MIT",
"funding": "https://github.com/sponsors/harlan-zw",
Expand Down

0 comments on commit 75ff60f

Please sign in to comment.