Skip to content

Commit e415f69

Browse files
authored
Merge pull request #3777 from hey-api/docs/fix-vite-plugin
docs: add missing comment
2 parents adb5e15 + 768d638 commit e415f69

File tree

1 file changed

+1
-1
lines changed
  • docs/openapi-ts/configuration

1 file changed

+1
-1
lines changed

docs/openapi-ts/configuration/vite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default defineConfig({
9494
plugins: [
9595
heyApiPlugin({
9696
config: {
97-
input: 'hey-api/backend',
97+
input: 'hey-api/backend', // sign up at app.heyapi.dev
9898
output: 'src/client',
9999
},
100100
vite: {

0 commit comments

Comments
 (0)