We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d1db4 commit 4f47817Copy full SHA for 4f47817
packages/nuxt/playground/nuxt.config.ts
@@ -1,11 +1,6 @@
1
import { fileURLToPath } from 'node:url'
2
import { resolve } from 'node:path'
3
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
-
9
export default defineNuxtConfig({
10
app: {
11
pageTransition: false,
@@ -24,7 +19,7 @@ export default defineNuxtConfig({
24
19
modules: [
25
20
//
26
21
[
27
- '../src/module.ts',
22
+ '../src/module',
28
23
{
29
auth: true,
30
appCheck: {
0 commit comments