barely-a-dev-server
Advanced tools
Comparing version 0.4.11 to 0.4.12
{ | ||
"name": "barely-a-dev-server", | ||
"version": "0.4.11", | ||
"version": "0.4.12", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "", |
@@ -13,3 +13,6 @@ import * as esbuild from "esbuild"; | ||
const entryPoints = ( | ||
await listFiles(absoluteRootPath, (path) => path.endsWith(".ts")) | ||
await listFiles( | ||
absoluteRootPath, | ||
(path) => path.endsWith(".ts") && !path.endsWith(".d.ts"), | ||
) | ||
).map((relativePath) => join(absoluteRootPath, relativePath)); | ||
@@ -16,0 +19,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44814
166