Skip to content

Commit 54a3ae4

Browse files
authored
[TypeSpec Validation] Rename main file (#25311)
1 parent 1df6d6f commit 54a3ae4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env node
22

3-
import { main } from "../dist/TypeSpecValidation.js"
3+
import { main } from "../dist/index.js"
44

55
await main();

0 commit comments

Comments
 (0)