You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Splitting of from #953 and based on some initial prototyping being conducted here, it seems like there should be a path towards basic Deno support for Greenwood.
What does that mean in pratice? Effectively instead of using npm and node, leverage the equivalents in Deno
$ deno install
$ deno task dev # maps to `greenwood dev`
Details
Some of the main considerations to account for as part of this work
Figure out why greenwood develop is showing a blank page
Type of Change
Feature
Summary
Splitting of from #953 and based on some initial prototyping being conducted here, it seems like there should be a path towards basic Deno support for Greenwood.
What does that mean in pratice? Effectively instead of using npm and node, leverage the equivalents in Deno
$ deno install $ deno task dev # maps to `greenwood dev`
Details
Some of the main considerations to account for as part of this work
greenwood develop
is showing a blank pagenpm:
and NodeJS built-ins withnode:
- prefix NodeJS built-ins withnode:
#1324The text was updated successfully, but these errors were encountered: