Skip to content

fix: Example framework compatibility#39

Open
baalimago wants to merge 2 commits intomainfrom
fix/example-framework-compatibility
Open

fix: Example framework compatibility#39
baalimago wants to merge 2 commits intomainfrom
fix/example-framework-compatibility

Conversation

@baalimago
Copy link
Contributor

@baalimago baalimago commented Mar 18, 2026

Changes:

  • Update so that the nodejs version output is accepted by docusaurus
  • Changed framework-test so that it falls back on serving prebuilt dist instead of testing dev server

To validate run:

  1. make framework-test-reset
  2. make framework-test
  3. Expect 8/9 passrate for edgejs native, 0/8 passrate for edgejs --safe

The previous setup relied on pnpm run dev working, which in turn was
dependent on the node inspector module. But this is not supported yet,
we're not trying to reproduce the entire node ecosystem (to begin with)
instead only the hosting capabilities.

So the workaround here is to build the Nextjs ssr prod dist with node, and
then attempt to serve this production dist with edgejs. If this works,
then the test has passed: Edgejs is compatbile.
@baalimago baalimago force-pushed the fix/example-framework-compatibility branch from 0a014ca to fe0c421 Compare March 18, 2026 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant