Skip to content

Commit cb43dc5

Browse files
committed
ope
1 parent 977fa33 commit cb43dc5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dev/bin/lint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ async function run() {
6161
}
6262

6363
function turbo(cmd) {
64-
const args = ['turbo', '--color', '--no-update-notifier', '--output-logs', 'errors-only', cmd];
64+
const args = ['turbo', '--color', '--no-update-notifier', cmd];
6565

6666
console.info(chalk.blueBright('Running:\n', args.join(' ')));
6767

docs-app/app/routes/application.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import Route from '@ember/routing/route';
22

33
import rehypeShikiFromHighlighter from '@shikijs/rehype/core';
44
import { SetupInstructions } from 'docs-app/components/setup.gts';
5+
import { KeyCombo } from 'ember-primitives/components/keys';
56
import { setupTabster } from 'ember-primitives/tabster';
67
import { setupKolay } from 'kolay/setup';
78
import { createHighlighterCore } from 'shiki/core';
@@ -21,7 +22,6 @@ import { Callout } from '@universal-ember/docs-support';
2122

2223
import { Tabs } from '../components/tabs.gts';
2324
import { APIDocs, Comment, comment, ComponentSignature, ModifierSignature } from './api-docs';
24-
import { Key, KeyCombo } from 'ember-primitives/components/keys';
2525

2626
export default class Application extends Route {
2727
async model() {

0 commit comments

Comments
 (0)