Skip to content

Commit

Permalink
web-base: Disable web stuff for freestanding targets
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax committed Mar 22, 2024
1 parent a35c264 commit 7f938b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/web/web-base/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"id": "web-base",
"type": "lib",
"description": "W3C Web Platform base",
"enableIf": {
"freestanding": [
false
]
},
"requires": [
"karm-base"
]
Expand Down

0 comments on commit 7f938b5

Please sign in to comment.