We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223c9c9 commit 998284fCopy full SHA for 998284f
DEVELOPERS.md
@@ -40,18 +40,6 @@ docker build -t supabase/edge-runtime .
40
docker run -it --rm -p 9000:9000 -v ./examples/:/examples supabase/edge-runtime start --main-service /examples/main
41
```
42
43
-Another option would be to install [Orb](https://docs.orbstack.dev/install) and
44
-use an [Orbstack Machine](https://docs.orbstack.dev/machines/) to run a Linux
45
-Machine.
46
-
47
-First create a machine:
48
49
-```
50
-orb create ubuntu new-ubuntu
51
52
53
-and run `orb` in the base directory to enter the virtual machine.
54
55
## How to run tests
56
57
```sh
0 commit comments