You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: use colons as task name separators in examples
Updates task naming examples to use colons (e.g. `build:client`,
`dev:server`) instead of hyphens, following the convention used in
the npm ecosystem and the rest of the Deno docs. Adds a short note
recommending the colon separator, and fixes an existing typo
("sever" → "server") in the dev-server example.
Ref #2989
0 commit comments