Skip to content

Commit 4f47817

Browse files
committed
chore: refactor nuxt config
[skip ci]
1 parent 05d1db4 commit 4f47817

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/nuxt/playground/nuxt.config.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
import { fileURLToPath } from 'node:url'
22
import { resolve } from 'node:path'
33

4-
// we need the root node modules where packages are hoisted
5-
const nodeModules = fileURLToPath(
6-
new URL('../../../node_modules', import.meta.url)
7-
)
8-
94
export default defineNuxtConfig({
105
app: {
116
pageTransition: false,
@@ -24,7 +19,7 @@ export default defineNuxtConfig({
2419
modules: [
2520
//
2621
[
27-
'../src/module.ts',
22+
'../src/module',
2823
{
2924
auth: true,
3025
appCheck: {

0 commit comments

Comments
 (0)