Unverified Commit 24aaae61 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

feat: Improve Github Codespaces configuration (#936)

parent e8369281
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  "containerEnv": {
    "BOOT": "alma"
  },
  "forwardPorts": [8006],
  "portsAttributes": {
    "8006": {
      "label": "Web",
+2 −1
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  "containerEnv": {
    "BOOT": "alpine"
  },
  "forwardPorts": [8006],
  "portsAttributes": {
    "8006": {
      "label": "Web",
+2 −1
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  "containerEnv": {
    "BOOT": "arch"
  },
  "forwardPorts": [8006],
  "portsAttributes": {
    "8006": {
      "label": "Web",
+2 −1
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  "containerEnv": {
    "BOOT": "cachy"
  },
  "forwardPorts": [8006],
  "portsAttributes": {
    "8006": {
      "label": "Web",
+2 −1
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  "containerEnv": {
    "BOOT": "centos"
  },
  "forwardPorts": [8006],
  "portsAttributes": {
    "8006": {
      "label": "Web",
Loading