Skip to content

Commit abd6bb2

Browse files
committed
refactor: move server-template util to vendor
1 parent 42ef2c7 commit abd6bb2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/nuxt/src/vite/storageConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { addServerPlugin, createResolver } from '@nuxt/kit';
22
import type { Nuxt } from 'nuxt/schema';
3-
import { addServerTemplate } from '../common/server-template';
3+
import { addServerTemplate } from '../vendor/server-template';
44

55
/**
66
* Prepares the storage config export to be used in the runtime storage instrumentation.

0 commit comments

Comments
 (0)