Skip to content

Commit fb747dd

Browse files
ci: fix root-level config
1 parent 8d950e8 commit fb747dd

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

codecov.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

tanstack.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { fileURLToPath } from 'node:url'
44

55
/**
6-
* @type {import('./packages/config/src/publish/types.js').RunOptions["packages"]}
6+
* @type {import('./packages/config/src/publish/index.js').Options["packages"]}
77
*/
88
export const packages = [
99
{
@@ -13,7 +13,7 @@ export const packages = [
1313
]
1414

1515
/**
16-
* @type {import('./packages/config/src/publish/types.js').RunOptions["branchConfigs"]}
16+
* @type {import('./packages/config/src/publish/index.js').Options["branchConfigs"]}
1717
*/
1818
export const branchConfigs = {
1919
main: {
@@ -28,6 +28,6 @@ export const branchConfigs = {
2828
}
2929

3030
/**
31-
* @type {import('./packages/config/src/publish/types.js').RunOptions["rootDir"]}
31+
* @type {import('./packages/config/src/publish/index.js').Options["rootDir"]}
3232
*/
3333
export const rootDir = fileURLToPath(new URL('.', import.meta.url))

0 commit comments

Comments
 (0)