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 60cf8ce commit e68a823Copy full SHA for e68a823
package.json
@@ -19,6 +19,9 @@
19
"types": "./dist/src/app-host.d.ts"
20
}
21
},
22
+ "files": [
23
+ "dist"
24
+ ],
25
"scripts": {
26
"start:example-server0": "tsx examples/example-server.ts",
27
"start:example-server": "cd ../openai-apps-sdk-examples && concurrently \"npm run serve\" \"cd pizzaz_server_node && PORT=3001 npm start\"",
0 commit comments