Lio李歐
Lio李歐
Only on Windows, I guess. You can check the failed run here: https://github.com/DefangLabs/defang/actions/runs/12179896929/job/33973093520
Temp workaround in 7893b0cab8c5b056c1107b601eaa51e19a76e23c
If this is the right approach I can add `"oneOf": [{"type": "null"}, {"type": "array": …}]` to the remaining ones.
> they should get a warning from the IDE (if an extension is installed) or they get an error when running `up` for instance. The current behaviour is expected if...
This is another example of why #2865 might be a good idea.
@panzi I ran into that too. It should be a separate issue.
Can you reproduce this?
> It seems there is some conflicts to be resolved before we can merge the PR, can you handle this? Done! Please check @glours @ndeloof
Closing in favour of #761 warnings.
Repro: ```yaml name: my_proj services: my_app: image: nginx:latest ports: [80] ```