Skip to content

Commit

Permalink
fix: package config publish dir
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Dec 31, 2023
1 parent 8ab42db commit 944f2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/tanstack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { fileURLToPath } from 'node:url'
export const packages = [
{
name: '@tanstack/config',
packageDir: 'packages/form-core',
packageDir: '',
},
]

Expand Down

0 comments on commit 944f2ba

Please sign in to comment.