File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
import { fileURLToPath } from 'node:url'
4
4
5
5
/**
6
- * @type {import('./packages/config/src/publish/types .js').RunOptions ["packages"] }
6
+ * @type {import('./packages/config/src/publish/index .js').Options ["packages"] }
7
7
*/
8
8
export const packages = [
9
9
{
@@ -13,7 +13,7 @@ export const packages = [
13
13
]
14
14
15
15
/**
16
- * @type {import('./packages/config/src/publish/types .js').RunOptions ["branchConfigs"] }
16
+ * @type {import('./packages/config/src/publish/index .js').Options ["branchConfigs"] }
17
17
*/
18
18
export const branchConfigs = {
19
19
main : {
@@ -28,6 +28,6 @@ export const branchConfigs = {
28
28
}
29
29
30
30
/**
31
- * @type {import('./packages/config/src/publish/types .js').RunOptions ["rootDir"] }
31
+ * @type {import('./packages/config/src/publish/index .js').Options ["rootDir"] }
32
32
*/
33
33
export const rootDir = fileURLToPath ( new URL ( '.' , import . meta. url ) )
You can’t perform that action at this time.
0 commit comments