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 34e9605 commit 9edb275Copy full SHA for 9edb275
packages/cli/src/domains/add/endpoint/helpers/frameworkPages/nuxt-page.ts
@@ -3,7 +3,7 @@ import { existsDirectory } from "../../../../../utils";
3
import { getNuxtPageCode } from "..";
4
5
export const writeNuxtPageMethod = async (endpoint: string) => {
6
- const nuxtPagesPath = "./playground/app/pages";
+ const nuxtPagesPath = "./playground/app/pages/methods";
7
8
const folderExists = await existsDirectory(nuxtPagesPath);
9
0 commit comments