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 84e63cf commit 26eec30Copy full SHA for 26eec30
packages/commandkit/src/commandkit.ts
@@ -173,7 +173,6 @@ export class CommandKit extends EventEmitter {
173
/**
174
* Create a new command and event handler with CommandKit.
175
* @param options - The default CommandKit configuration.
176
- * @see {@link https://commandkit.js.org/docs/guide/commandkit-setup}
177
*/
178
constructor(options: CommandKitOptions = {}) {
179
if (CommandKit.instance) {
0 commit comments