File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import fs from 'node:fs'
5
5
import os from 'node:os'
6
6
import path from 'node:path'
7
7
import process from 'node:process'
8
- import { CAC } from 'cac '
8
+ import { CLI } from '@stacksjs/clapp '
9
9
import { version } from '../package.json'
10
10
import { scanA11yIssues } from '../src/a11y'
11
11
import { serveMultipleStxFiles , serveStxFile } from '../src/dev-server'
@@ -15,9 +15,9 @@ import { plugin as stxPlugin } from '../src/plugin'
15
15
import { gitHash } from '../src/release'
16
16
import { performanceMonitor } from '../src/performance-utils'
17
17
import { formatStxContent } from '../src/formatter'
18
- import { analyzeProject , analyzeTemplate } from '../src/analyzer'
18
+ import { analyzeProject } from '../src/analyzer'
19
19
20
- const cli = new CAC ( 'stx' )
20
+ const cli = new CLI ( 'stx' )
21
21
22
22
// Test command utilities
23
23
interface TestCommandOptions {
You can’t perform that action at this time.
0 commit comments