Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking β€œSign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): pin dependencies #7097

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 22 additions & 52 deletions package-lock.json

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

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -128,7 +128,7 @@
"maxstache": "1.0.7",
"maxstache-stream": "1.0.4",
"multiparty": "4.2.3",
"nanospinner": "^1.2.2",
"nanospinner": "1.2.2",
"netlify": "13.3.3",
"netlify-redirector": "0.5.0",
"node-fetch": "3.3.2",
@@ -162,17 +162,17 @@
"devDependencies": {
"@babel/preset-react": "7.26.3",
"@bugsnag/js": "8.2.0",
"@eslint/compat": "^1.2.7",
"@eslint/js": "^9.21.0",
"@eslint/compat": "1.2.7",
"@eslint/js": "9.21.0",
"@netlify/functions": "3.0.4",
"@sindresorhus/slugify": "2.2.1",
"@tsconfig/node18": "^18.2.4",
"@tsconfig/recommended": "^1.0.8",
"@tsconfig/node18": "18.2.4",
"@tsconfig/recommended": "1.0.8",
"@types/configstore": "6.0.2",
"@types/content-type": "1.1.8",
"@types/debug": "4.1.12",
"@types/envinfo": "7.8.4",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint-config-prettier": "6.11.3",
"@types/etag": "1.8.3",
"@types/flush-write-stream": "1.0.2",
"@types/folder-walker": "3.2.4",
@@ -187,35 +187,35 @@
"@types/parallel-transform": "1.1.4",
"@types/parse-github-url": "1.0.3",
"@types/parse-gitignore": "1.0.2",
"@types/picomatch": "^3.0.2",
"@types/picomatch": "3.0.2",
"@types/prettyjson": "0.0.33",
"@types/semver": "7.5.8",
"@types/serialize-javascript": "^5.0.4",
"@types/serialize-javascript": "5.0.4",
"@types/source-map-support": "0.5.10",
"@types/through2-map": "3.0.4",
"@types/write-file-atomic": "4.0.3",
"@types/ws": "8.18.0",
"@vitest/coverage-v8": "1.6.1",
"@vitest/eslint-plugin": "^1.1.36",
"@vitest/eslint-plugin": "1.1.36",
"c8": "10.1.3",
"cheerio": "1.0.0",
"dedent": "^1.5.3",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-n": "^17.16.1",
"dedent": "1.5.3",
"eslint": "9.21.0",
"eslint-config-prettier": "10.1.1",
"eslint-plugin-n": "17.16.2",
"form-data": "4.0.2",
"is-ci": "4.1.0",
"nock": "14.0.1",
"npm-run-all2": "^7.0.2",
"npm-run-all2": "7.0.2",
"p-timeout": "6.1.4",
"picomatch": "^4.0.2",
"picomatch": "4.0.2",
"prettier": "2.6.2",
"serialize-javascript": "6.0.2",
"strip-ansi": "7.1.0",
"temp-dir": "3.0.0",
"tree-kill": "1.2.2",
"typescript": "5.7.3",
"typescript-eslint": "^8.26.0",
"typescript-eslint": "8.26.0",
"verdaccio": "6.0.5",
"vitest": "1.6.1"
},

Unchanged files with check annotations Beta

t.expect(response3).toEqual('Internal 3')
t.expect(response4.status).toBe(404)
t.expect(response5).toEqual('Internal V2 API')
t.expect(response6).toEqual('Frameworks API Function 1')

Check failure on line 678 in tests/integration/commands/deploy/deploy.test.ts

GitHub Actions / Integration (macOS-latest, 22, 4/4)

tests/integration/commands/deploy/deploy.test.ts > commands/deploy > should deploy functions from internal functions directory and Frameworks API

AssertionError: expected '' to deeply equal 'Frameworks API Function 1' - Expected + Received - Frameworks API Function 1 ❯ tests/integration/commands/deploy/deploy.test.ts:678:27 ❯ Module.withSiteBuilder tests/integration/utils/site-builder.ts:343:12 ❯ tests/integration/commands/deploy/deploy.test.ts:560:5
t.expect(response7).toEqual('Hello from Frameworks API edge function 1')
})
})
const responseContent = await response.text()
t.expect(responseContent).toEqual(content)
t.expect(normalize(output, { duration: true, filePath: true })).toMatchSnapshot()

Check failure on line 28 in tests/integration/framework-detection.test.js

GitHub Actions / Integration (windows-latest, 20.12.2, 4/4)

tests/integration/framework-detection.test.js > frameworks/framework-detection > should default to process.cwd() and static server

Error: Snapshot `frameworks/framework-detection > should default to process.cwd() and static server 1` mismatched - Expected + Received @@ -4,12 +4,12 @@ β—ˆ Setup a netlify.toml file with a [dev] section to specify your dev server settings. β—ˆ See docs at: https://docs.netlify.com/cli/local-development/#project-detection β—ˆ Running static server from \"should-default-to-process-cwd-and-static-server\" β—ˆ Setting up local development server - β—ˆ Static server listening to 88888 + β—ˆ Static server listening to 2238 - β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” - β”‚ β”‚ - β”‚ β—ˆ Server now ready on http://localhost:88888 β”‚ - β”‚ β”‚ - β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜" + β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” + β”‚ β”‚ + β”‚ β—ˆ Server now ready on http://localhost:2237 β”‚ + β”‚ β”‚ + β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜" ❯ tests/integration/framework-detection.test.js:28:73 ❯ Module.withDevServer tests/integration/utils/dev-server.ts:210:12 ❯ tests/integration/framework-detection.test.js:23:7 ❯ Module.withSiteBuilder tests/integration/utils/site-builder.ts:343:12 ❯ tests/integration/framework-detection.test.js:15:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { stdout: 'β—ˆ Netlify Dev β—ˆ\nβ—ˆ No app server detected. Using simple static server\nβ—ˆ Unable to determine public folder to serve files from. Using current working directory\nβ—ˆ Setup a netlify.toml file with a [dev] section to specify your dev server settings.\nβ—ˆ See docs at: https://docs.netlify.com/cli/local-development/#project-detection\nβ—ˆ Running static server from "should-default-to-process-cwd-and-static-server"\nβ—ˆ Setting up local development server\n\nβ—ˆ Static server listening to 2238\n\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ β”‚\n β”‚ β—ˆ Server now ready on http://localhost:2237 β”‚\n β”‚ β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\n', stderr: '' }

Check failure on line 28 in tests/integration/framework-detection.test.js

GitHub Actions / Integration (windows-latest, 20.12.2, 4/4)

tests/integration/framework-detection.test.js > frameworks/framework-detection > should default to process.cwd() and static server

Error: Snapshot `frameworks/framework-detection > should default to process.cwd() and static server 1` mismatched - Expected + Received @@ -4,12 +4,12 @@ β—ˆ Setup a netlify.toml file with a [dev] section to specify your dev server settings. β—ˆ See docs at: https://docs.netlify.com/cli/local-development/#project-detection β—ˆ Running static server from \"should-default-to-process-cwd-and-static-server\" β—ˆ Setting up local development server - β—ˆ Static server listening to 88888 + β—ˆ Static server listening to 3745 - β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” - β”‚ β”‚ - β”‚ β—ˆ Server now ready on http://localhost:88888 β”‚ - β”‚ β”‚ - β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜" + β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” + β”‚ β”‚ + β”‚ β—ˆ Server now ready on http://localhost:3744 β”‚ + β”‚ β”‚ + β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜" ❯ tests/integration/framework-detection.test.js:28:73 ❯ Module.withDevServer tests/integration/utils/dev-server.ts:210:12 ❯ tests/integration/framework-detection.test.js:23:7 ❯ Module.withSiteBuilder tests/integration/utils/site-builder.ts:343:12 ❯ tests/integration/framework-detection.test.js:15:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { stdout: 'β—ˆ Netlify Dev β—ˆ\nβ—ˆ No app server detected. Using simple static server\nβ—ˆ Unable to determine public folder to serve files from. Using current working directory\nβ—ˆ Setup a netlify.toml file with a [dev] section to specify your dev server settings.\nβ—ˆ See docs at: https://docs.netlify.com/cli/local-development/#project-detection\nβ—ˆ Running static server from "should-default-to-process-cwd-and-static-server"\nβ—ˆ Setting up local development server\n\nβ—ˆ Static server listening to 3745\n\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ β”‚\n β”‚ β—ˆ Server now ready on http://localhost:3744 β”‚\n β”‚ β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\n', stderr: '' }
})
})
})
const responseContent = await response.text()
t.expect(responseContent).toEqual(content)
t.expect(normalize(output, { duration: true, filePath: true })).toMatchSnapshot()

Check failure on line 47 in tests/integration/framework-detection.test.js

GitHub Actions / Integration (windows-latest, 20.12.2, 4/4)

tests/integration/framework-detection.test.js > frameworks/framework-detection > should use static server when --dir flag is passed

Error: Snapshot `frameworks/framework-detection > should use static server when --dir flag is passed 1` mismatched - Expected + Received "β—ˆ Netlify Dev β—ˆ β—ˆ Using simple static server because '--dir' flag was specified β—ˆ Running static server from \"should-use-static-server-when-dir-flag-is-passed/public\" β—ˆ Setting up local development server - β—ˆ Static server listening to 88888 + β—ˆ Static server listening to 2242 - β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” - β”‚ β”‚ - β”‚ β—ˆ Server now ready on http://localhost:88888 β”‚ - β”‚ β”‚ - β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜" + β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” + β”‚ β”‚ + β”‚ β—ˆ Server now ready on http://localhost:2241 β”‚ + β”‚ β”‚ + β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜" ❯ tests/integration/framework-detection.test.js:47:73 ❯ Module.withDevServer tests/integration/utils/dev-server.ts:210:12 ❯ tests/integration/framework-detection.test.js:42:7 ❯ Module.withSiteBuilder tests/integration/utils/site-builder.ts:343:12 ❯ tests/integration/framework-detection.test.js:34:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { stdout: 'β—ˆ Netlify Dev β—ˆ\nβ—ˆ Using simple static server because \'--dir\' flag was specified\nβ—ˆ Running static server from "should-use-static-server-when-dir-flag-is-passed\public"\nβ—ˆ Setting up local development server\n\nβ—ˆ Static server listening to 2242\n\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ β”‚\n β”‚ β—ˆ Server now ready on http://localhost:2241 β”‚\n β”‚ β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\n', stderr: '' }

Check failure on line 47 in tests/integration/framework-detection.test.js

GitHub Actions / Integration (windows-latest, 20.12.2, 4/4)

tests/integration/framework-detection.test.js > frameworks/framework-detection > should use static server when --dir flag is passed

Error: Snapshot `frameworks/framework-detection > should use static server when --dir flag is passed 1` mismatched - Expected + Received "β—ˆ Netlify Dev β—ˆ β—ˆ Using simple static server because '--dir' flag was specified β—ˆ Running static server from \"should-use-static-server-when-dir-flag-is-passed/public\" β—ˆ Setting up local development server - β—ˆ Static server listening to 88888 + β—ˆ Static server listening to 3747 - β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” - β”‚ β”‚ - β”‚ β—ˆ Server now ready on http://localhost:88888 β”‚ - β”‚ β”‚ - β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜" + β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” + β”‚ β”‚ + β”‚ β—ˆ Server now ready on http://localhost:3746 β”‚ + β”‚ β”‚ + β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜" ❯ tests/integration/framework-detection.test.js:47:73 ❯ Module.withDevServer tests/integration/utils/dev-server.ts:210:12 ❯ tests/integration/framework-detection.test.js:42:7 ❯ Module.withSiteBuilder tests/integration/utils/site-builder.ts:343:12 ❯ tests/integration/framework-detection.test.js:34:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { stdout: 'β—ˆ Netlify Dev β—ˆ\nβ—ˆ Using simple static server because \'--dir\' flag was specified\nβ—ˆ Running static server from "should-use-static-server-when-dir-flag-is-passed\public"\nβ—ˆ Setting up local development server\n\nβ—ˆ Static server listening to 3747\n\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ β”‚\n β”‚ β—ˆ Server now ready on http://localhost:3746 β”‚\n β”‚ β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\n', stderr: '' }
})
})
})
const responseContent = await response.text()
t.expect(responseContent).toEqual(content)
t.expect(normalize(output, { duration: true, filePath: true })).toMatchSnapshot()

Check failure on line 67 in tests/integration/framework-detection.test.js

GitHub Actions / Integration (windows-latest, 20.12.2, 4/4)

tests/integration/framework-detection.test.js > frameworks/framework-detection > should use static server when framework is set to #static

Error: Snapshot `frameworks/framework-detection > should use static server when framework is set to #static 1` mismatched - Expected + Received @@ -4,12 +4,12 @@ β—ˆ Setup a netlify.toml file with a [dev] section to specify your dev server settings. β—ˆ See docs at: https://docs.netlify.com/cli/local-development/#project-detection β—ˆ Running static server from \"should-use-static-server-when-framework-is-set-to-static\" β—ˆ Setting up local development server - β—ˆ Static server listening to 88888 + β—ˆ Static server listening to 2246 - β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” - β”‚ β”‚ - β”‚ β—ˆ Server now ready on http://localhost:88888 β”‚ - β”‚ β”‚ - β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜" + β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” + β”‚ β”‚ + β”‚ β—ˆ Server now ready on http://localhost:2245 β”‚ + β”‚ β”‚ + β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜" ❯ tests/integration/framework-detection.test.js:67:73 ❯ Module.withDevServer tests/integration/utils/dev-server.ts:210:12 ❯ tests/integration/framework-detection.test.js:62:7 ❯ Module.withSiteBuilder tests/integration/utils/site-builder.ts:343:12 ❯ tests/integration/framework-detection.test.js:53:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { stdout: 'β—ˆ Netlify Dev β—ˆ\nβ—ˆ Using simple static server because \'[dev.framework]\' was set to \'#static\'\nβ—ˆ Unable to determine public folder to serve files from. Using current working directory\nβ—ˆ Setup a netlify.toml file with a [dev] section to specify your dev server settings.\nβ—ˆ See docs at: https://docs.netlify.com/cli/local-development/#project-detection\nβ—ˆ Running static server from "should-use-static-server-when-framework-is-set-to-static"\nβ—ˆ Setting up local development server\n\nβ—ˆ Static server listening to 2246\n\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ β”‚\n β”‚ β—ˆ Server now ready on http://localhost:2245 β”‚\n β”‚ β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\n', stderr: '' }

Check failure on line 67 in tests/integration/framework-detection.test.js

GitHub Actions / Integration (windows-latest, 20.12.2, 4/4)

tests/integration/framework-detection.test.js > frameworks/framework-detection > should use static server when framework is set to #static

Error: Snapshot `frameworks/framework-detection > should use static server when framework is set to #static 1` mismatched - Expected + Received @@ -4,12 +4,12 @@ β—ˆ Setup a netlify.toml file with a [dev] section to specify your dev server settings. β—ˆ See docs at: https://docs.netlify.com/cli/local-development/#project-detection β—ˆ Running static server from \"should-use-static-server-when-framework-is-set-to-static\" β—ˆ Setting up local development server - β—ˆ Static server listening to 88888 + β—ˆ Static server listening to 3753 - β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” - β”‚ β”‚ - β”‚ β—ˆ Server now ready on http://localhost:88888 β”‚ - β”‚ β”‚ - β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜" + β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” + β”‚ β”‚ + β”‚ β—ˆ Server now ready on http://localhost:3752 β”‚ + β”‚ β”‚ + β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜" ❯ tests/integration/framework-detection.test.js:67:73 ❯ Module.withDevServer tests/integration/utils/dev-server.ts:210:12 ❯ tests/integration/framework-detection.test.js:62:7 ❯ Module.withSiteBuilder tests/integration/utils/site-builder.ts:343:12 ❯ tests/integration/framework-detection.test.js:53:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { stdout: 'β—ˆ Netlify Dev β—ˆ\nβ—ˆ Using simple static server because \'[dev.framework]\' was set to \'#static\'\nβ—ˆ Unable to determine public folder to serve files from. Using current working directory\nβ—ˆ Setup a netlify.toml file with a [dev] section to specify your dev server settings.\nβ—ˆ See docs at: https://docs.netlify.com/cli/local-development/#project-detection\nβ—ˆ Running static server from "should-use-static-server-when-framework-is-set-to-static"\nβ—ˆ Setting up local development server\n\nβ—ˆ Static server listening to 3753\n\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ β”‚\n β”‚ β—ˆ Server now ready on http://localhost:3752 β”‚\n β”‚ β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\n', stderr: '' }
})
})
})
const responseContent = await response.text()
t.expect(responseContent).toEqual(content)
t.expect(normalize(output, { duration: true, filePath: true })).toMatchSnapshot()

Check failure on line 88 in tests/integration/framework-detection.test.js

GitHub Actions / Integration (windows-latest, 20.12.2, 4/4)

tests/integration/framework-detection.test.js > frameworks/framework-detection > should warn if using static server and `targetPort` is configured

Error: Snapshot `frameworks/framework-detection > should warn if using static server and `targetPort` is configured 1` mismatched - Expected + Received @@ -3,12 +3,12 @@ β—ˆ Ignoring 'targetPort' setting since using a simple static server. β—ˆ Use --staticServerPort or [dev.staticServerPort] to configure the static server port β—ˆ Running static server from \"should-warn-if-using-static-server-and-target-port-is-configured/public\" β—ˆ Setting up local development server - β—ˆ Static server listening to 88888 + β—ˆ Static server listening to 2240 - β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” - β”‚ β”‚ - β”‚ β—ˆ Server now ready on http://localhost:88888 β”‚ - β”‚ β”‚ - β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜" + β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” + β”‚ β”‚ + β”‚ β—ˆ Server now ready on http://localhost:2239 β”‚ + β”‚ β”‚ + β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜" ❯ tests/integration/framework-detection.test.js:88:75 ❯ Module.withDevServer tests/integration/utils/dev-server.ts:210:12 ❯ tests/integration/framework-detection.test.js:81:7 ❯ Module.withSiteBuilder tests/integration/utils/site-builder.ts:343:12 ❯ tests/integration/framework-detection.test.js:73:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { stdout: 'β—ˆ Netlify Dev β—ˆ\nβ—ˆ Using simple static server because \'--dir\' flag was specified\nβ—ˆ Ignoring \'targetPort\' setting since using a simple static server.\r\nβ—ˆ Use --staticServerPort or [dev.staticServerPort] to configure the static server port\nβ—ˆ Running static server from "should-warn-if-using-static-server-and-target-port-is-configured\public"\nβ—ˆ Setting up local development server\n\nβ—ˆ Static server listening to 2240\n\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ β”‚\n β”‚ β—ˆ Server now ready on http://localhost:2239 β”‚\n β”‚ β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\n', stderr: '' }

Check failure on line 88 in tests/integration/framework-detection.test.js

GitHub Actions / Integration (windows-latest, 20.12.2, 4/4)

tests/integration/framework-detection.test.js > frameworks/framework-detection > should warn if using static server and `targetPort` is configured

Error: Snapshot `frameworks/framework-detection > should warn if using static server and `targetPort` is configured 1` mismatched - Expected + Received @@ -3,12 +3,12 @@ β—ˆ Ignoring 'targetPort' setting since using a simple static server. β—ˆ Use --staticServerPort or [dev.staticServerPort] to configure the static server port β—ˆ Running static server from \"should-warn-if-using-static-server-and-target-port-is-configured/public\" β—ˆ Setting up local development server - β—ˆ Static server listening to 88888 + β—ˆ Static server listening to 3749 - β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” - β”‚ β”‚ - β”‚ β—ˆ Server now ready on http://localhost:88888 β”‚ - β”‚ β”‚ - β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜" + β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” + β”‚ β”‚ + β”‚ β—ˆ Server now ready on http://localhost:3748 β”‚ + β”‚ β”‚ + β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜" ❯ tests/integration/framework-detection.test.js:88:75 ❯ Module.withDevServer tests/integration/utils/dev-server.ts:210:12 ❯ tests/integration/framework-detection.test.js:81:7 ❯ Module.withSiteBuilder tests/integration/utils/site-builder.ts:343:12 ❯ tests/integration/framework-detection.test.js:73:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { stdout: 'β—ˆ Netlify Dev β—ˆ\nβ—ˆ Using simple static server because \'--dir\' flag was specified\nβ—ˆ Ignoring \'targetPort\' setting since using a simple static server.\r\nβ—ˆ Use --staticServerPort or [dev.staticServerPort] to configure the static server port\nβ—ˆ Running static server from "should-warn-if-using-static-server-and-target-port-is-configured\public"\nβ—ˆ Setting up local development server\n\nβ—ˆ Static server listening to 3749\n\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ β”‚\n β”‚ β—ˆ Server now ready on http://localhost:3748 β”‚\n β”‚ β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\n', stderr: '' }
},
)
})
const responseContent = await response.text()
t.expect(responseContent).toEqual(content)
t.expect(normalize(output, { duration: true, filePath: true })).toMatchSnapshot()

Check failure on line 302 in tests/integration/framework-detection.test.js

GitHub Actions / Integration (windows-latest, 20.12.2, 4/4)

tests/integration/framework-detection.test.js > frameworks/framework-detection > should filter frameworks with no dev command

Error: Snapshot `frameworks/framework-detection > should filter frameworks with no dev command 1` mismatched - Expected + Received @@ -4,12 +4,12 @@ β—ˆ Setup a netlify.toml file with a [dev] section to specify your dev server settings. β—ˆ See docs at: https://docs.netlify.com/cli/local-development/#project-detection β—ˆ Running static server from \"should-filter-frameworks-with-no-dev-command\" β—ˆ Setting up local development server - β—ˆ Static server listening to 88888 + β—ˆ Static server listening to 2335 - β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” - β”‚ β”‚ - β”‚ β—ˆ Server now ready on http://localhost:88888 β”‚ - β”‚ β”‚ - β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜" + β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” + β”‚ β”‚ + β”‚ β—ˆ Server now ready on http://localhost:2334 β”‚ + β”‚ β”‚ + β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜" ❯ tests/integration/framework-detection.test.js:302:73 ❯ Module.withDevServer tests/integration/utils/dev-server.ts:210:12 ❯ tests/integration/framework-detection.test.js:297:7 ❯ Module.withSiteBuilder tests/integration/utils/site-builder.ts:343:12 ❯ tests/integration/framework-detection.test.js:286:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { stdout: 'β—ˆ Netlify Dev β—ˆ\nβ—ˆ No app server detected. Using simple static server\nβ—ˆ Unable to determine public folder to serve files from. Using current working directory\nβ—ˆ Setup a netlify.toml file with a [dev] section to specify your dev server settings.\nβ—ˆ See docs at: https://docs.netlify.com/cli/local-development/#project-detection\nβ—ˆ Running static server from "should-filter-frameworks-with-no-dev-command"\nβ—ˆ Setting up local development server\n\nβ—ˆ Static server listening to 2335\n\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ β”‚\n β”‚ β—ˆ Server now ready on http://localhost:2334 β”‚\n β”‚ β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\n', stderr: '' }

Check failure on line 302 in tests/integration/framework-detection.test.js

GitHub Actions / Integration (windows-latest, 20.12.2, 4/4)

tests/integration/framework-detection.test.js > frameworks/framework-detection > should filter frameworks with no dev command

Error: Snapshot `frameworks/framework-detection > should filter frameworks with no dev command 1` mismatched - Expected + Received @@ -4,12 +4,12 @@ β—ˆ Setup a netlify.toml file with a [dev] section to specify your dev server settings. β—ˆ See docs at: https://docs.netlify.com/cli/local-development/#project-detection β—ˆ Running static server from \"should-filter-frameworks-with-no-dev-command\" β—ˆ Setting up local development server - β—ˆ Static server listening to 88888 + β—ˆ Static server listening to 3829 - β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” - β”‚ β”‚ - β”‚ β—ˆ Server now ready on http://localhost:88888 β”‚ - β”‚ β”‚ - β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜" + β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” + β”‚ β”‚ + β”‚ β—ˆ Server now ready on http://localhost:3828 β”‚ + β”‚ β”‚ + β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜" ❯ tests/integration/framework-detection.test.js:302:73 ❯ Module.withDevServer tests/integration/utils/dev-server.ts:210:12 ❯ tests/integration/framework-detection.test.js:297:7 ❯ Module.withSiteBuilder tests/integration/utils/site-builder.ts:343:12 ❯ tests/integration/framework-detection.test.js:286:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { stdout: 'β—ˆ Netlify Dev β—ˆ\nβ—ˆ No app server detected. Using simple static server\nβ—ˆ Unable to determine public folder to serve files from. Using current working directory\nβ—ˆ Setup a netlify.toml file with a [dev] section to specify your dev server settings.\nβ—ˆ See docs at: https://docs.netlify.com/cli/local-development/#project-detection\nβ—ˆ Running static server from "should-filter-frameworks-with-no-dev-command"\nβ—ˆ Setting up local development server\n\nβ—ˆ Static server listening to 3829\n\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ β”‚\n β”‚ β—ˆ Server now ready on http://localhost:3828 β”‚\n β”‚ β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\n', stderr: '' }
})
})
})