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 5774c41 commit 0c73621Copy full SHA for 0c73621
src/core/frameworks/frameworks.ts
@@ -5,7 +5,7 @@ export const apiFrameworks: FrameworkDefinition[] = [
5
files: ["package.json", "host.json"],
6
config: {
7
apiBuildCommand: "npm run build --if-present",
8
- apiLanguage: "node.js",
+ apiLanguage: "node",
9
apiVersion: "16",
10
},
11
0 commit comments