Skip to content

Commit

Permalink
perf: cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
radyakaze committed Aug 13, 2024
1 parent 2929bed commit bb89fbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { H3Event } from 'h3'
export type DefineProxyPartyHandler = (event: H3Event) => void

export interface ProxyParty {
name: string
name?: string
baseUrl: string
target: string
handler?: DefineProxyPartyHandler
Expand Down
3 changes: 0 additions & 3 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ export default defineNuxtModule<ModuleOptions>({
nuxt: '^3.0.0',
},
},
defaults: {
csrf: true,
},
async setup(_options, nuxt) {
const resolver = createResolver(import.meta.url)

Expand Down

0 comments on commit bb89fbb

Please sign in to comment.