AlexPshul / nxazure

MIT License
16 stars 7 forks source link

Copying assets to output #10

Closed Falven closed 6 months ago

Falven commented 1 year ago

@AlexPshul does this executor support copying assets to output?

"targets": {
    "build": {
      "executor": "@nxazure/func:build",
      "options": {
        "assets": [
          "libs/api/data-access/src/lib/schemas/schema.graphqls"
        ]
      }
    },
}
AlexPshul commented 1 year ago

No, this is not supported but this is a great idea! I will add it to my todo list.

AlexPshul commented 7 months ago

@Falven Just realized that I never actually tackled this issue. Is it something that you found a workaround for?

AlexPshul commented 6 months ago

I'm closing the issue for now but I'm open to future discussions if this feature will still be needed