workspace cleanup

This commit is contained in:
Adam Matthiesen 2024-01-25 10:14:59 -08:00
parent 5aad1e7fb3
commit 1f9d9dfa41
3 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,8 @@
"www:dev": "pnpm --filter www dev",
"demo:dev": "pnpm --filter demo dev",
"lint": "biome check .",
"lint:fix": "biome check --apply ."
"lint:fix": "biome check --apply .",
"base": "pnpm i --frozen-lockfile"
},
"devDependencies": {
"@biomejs/biome": "1.5.3",

View File

@ -0,0 +1 @@
This is a Local Development package for `@ts-ghost/core-api`

View File

@ -1,5 +1,4 @@
packages:
- package
- "packages/*"
- "playground"
- "www"