This commit is contained in:
Orion Kindel
2024-12-01 17:14:19 -06:00
parent c5cc100c29
commit 15e15aa921
2 changed files with 157 additions and 42 deletions

View File

@@ -3,7 +3,7 @@ import Path from 'path'
export const rootDir = Path.resolve(__dirname, '..')
export const packageDirs = async () => ['./src']
export const packageDirs = async () => ['./src', './test']
export const packageSources = async () => {
const packages = await packageDirs()