moon icon indicating copy to clipboard operation
moon copied to clipboard

backend specific dependencies

Open lijunchen opened this issue 1 year ago • 0 comments

For example, only want to import username/hello in js backend

{
  "import": {
    ...
  },
  "import": {
    "backend": "js",
    "items": [
      "username/hello"
    ]
  }
}

Request by @tonyfettes

lijunchen avatar Sep 30 '24 06:09 lijunchen