We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d71286 commit ba99123Copy full SHA for ba99123
examples/petstore/index.js
@@ -1,6 +1,6 @@
1
// a fastify plugin to demo fastify-openapi-glue
2
// it can be run as plugin on any fastify server
3
-// or standalone using "fastify start index.js"
+// or standalone using "fastify start index.js --options"
4
import openapiGlue from "../../index.js";
5
import { Service } from "./service.js";
6
const serviceHandlers = new Service();
0 commit comments