Skip to content

Commit

Permalink
Use smaller library for glob
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 10, 2024
1 parent ad257d4 commit a84786e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"@logux/core": "^0.9.0",
"cookie": "^0.6.0",
"dotenv": "^16.4.5",
"fast-glob": "^3.3.2",
"fastq": "^1.17.1",
"nanoevents": "^9.0.0",
"nanoid": "^5.0.7",
Expand All @@ -45,6 +44,7 @@
"pino-abstract-transport": "^2.0.0",
"semver": "^7.6.3",
"strip-ansi": "^7.1.0",
"tinyglobby": "^0.2.6",
"url-pattern": "^1.0.3",
"ws": "^8.18.0"
},
Expand Down
33 changes: 30 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import glob from 'fast-glob'
import { join, relative } from 'node:path'
import pico from 'picocolors'
import { glob } from 'tinyglobby'

import { BaseServer } from '../base-server/index.js'
import { createReporter } from '../create-reporter/index.js'
Expand Down

0 comments on commit a84786e

Please sign in to comment.