Skip to content

Commit b03ae81

Browse files
committed
chore: wip
1 parent e9d8b48 commit b03ae81

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.stacks/core/development/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
"prepublishOnly": "pnpm run build"
3737
},
3838
"peerDependencies": {
39-
"@stacksjs/development": "workspace:*"
39+
"@stacksjs/testing": "workspace:*",
40+
"typescript": "^5.0.2",
41+
"unbuild": "^1.1.2"
4042
}
4143
}

commitlint.config.cjs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ console.log('here __filename', __filename)
66
const jiti = require('jiti')(__filename)
77
// eslint-disable-next-line no-console
88
// console.log('jiti', jiti)
9-
const git = jiti('./config/git.ts')
9+
const git = jiti('./config/git.ts', {
10+
alias: { // test this with the ./config/git config import
11+
'@': resolve(__dirname, './'),
12+
},
13+
})
1014
console.log('git is', git)
1115

1216
const toDelete = ['readme-md']

0 commit comments

Comments
 (0)