@vercel/fs-detectors 6.11.5 → 6.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -228,7 +228,7 @@ async function resolveConfiguredServiceV2(name, config, fs) {
|
|
|
228
228
|
let framework = config.framework;
|
|
229
229
|
let detectedFramework = false;
|
|
230
230
|
if (!framework) {
|
|
231
|
-
const workspace =
|
|
231
|
+
const workspace = entrypointIsDirectory && normalizedEntrypoint ? normalizedEntrypoint : ".";
|
|
232
232
|
const detection = await (0, import_resolve.detectFrameworkFromWorkspace)({
|
|
233
233
|
fs: serviceFs,
|
|
234
234
|
workspace,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/fs-detectors",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.12.0",
|
|
4
4
|
"description": "Vercel filesystem detectors",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"smol-toml": "1.5.2",
|
|
23
23
|
"@vercel/build-utils": "13.32.2",
|
|
24
24
|
"@vercel/error-utils": "2.2.0",
|
|
25
|
-
"@vercel/
|
|
26
|
-
"@vercel/
|
|
25
|
+
"@vercel/routing-utils": "6.4.0",
|
|
26
|
+
"@vercel/frameworks": "3.30.5"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/glob": "7.2.0",
|