Skip to content

Commit 854eaa4

Browse files
committed
chore: wip
1 parent 0ffdfa1 commit 854eaa4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/stx/bin/cli.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import fs from 'node:fs'
55
import os from 'node:os'
66
import path from 'node:path'
77
import process from 'node:process'
8-
import { CAC } from 'cac'
8+
import { CLI } from '@stacksjs/clapp'
99
import { version } from '../package.json'
1010
import { scanA11yIssues } from '../src/a11y'
1111
import { serveMultipleStxFiles, serveStxFile } from '../src/dev-server'
@@ -15,9 +15,9 @@ import { plugin as stxPlugin } from '../src/plugin'
1515
import { gitHash } from '../src/release'
1616
import { performanceMonitor } from '../src/performance-utils'
1717
import { formatStxContent } from '../src/formatter'
18-
import { analyzeProject, analyzeTemplate } from '../src/analyzer'
18+
import { analyzeProject } from '../src/analyzer'
1919

20-
const cli = new CAC('stx')
20+
const cli = new CLI('stx')
2121

2222
// Test command utilities
2323
interface TestCommandOptions {

0 commit comments

Comments
 (0)