We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bfe0d6 commit 9473394Copy full SHA for 9473394
package.json
@@ -2,7 +2,7 @@
2
"_comment": "This version doesn't matter, it's just to allow importing from other repos.",
3
"name": "coder",
4
"version": "0.0.0",
5
- "packageManager": "pnpm@9.14.4",
+ "packageManager": "pnpm@9.15.1",
6
"scripts": {
7
"format-docs": "markdown-table-formatter $(find docs -name '*.md') *.md",
8
"lint-docs": "markdownlint-cli2 --fix $(find docs -name '*.md') *.md",
site/package.json
@@ -4,6 +4,7 @@
"repository": "https://github.com/coder/coder",
"private": true,
"license": "AGPL-3.0",
9
"build": "NODE_ENV=production pnpm vite build",
10
"check": "biome check --error-on-warnings .",
0 commit comments