Skip to content

Commit ecd7711

Browse files
committed
docs(rfc): update domain from vite-plus.dev to viteplus.dev
1 parent 4259c8f commit ecd7711

4 files changed

Lines changed: 6 additions & 7 deletions

File tree

packages/global/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
set -e
1616

17-
VITE_PLUS_VERSION="${VITE_PLUS_VERSION:-latest}"
17+
# FIXME: change to test for now
18+
VITE_PLUS_VERSION="${VITE_PLUS_VERSION:-test}"
1819
INSTALL_DIR="${VITE_PLUS_HOME:-$HOME/.vite-plus}"
1920
# npm registry URL (strip trailing slash if present)
2021
NPM_REGISTRY="${NPM_CONFIG_REGISTRY:-https://registry.npmjs.org}"

packages/global/snap-tests/command-env-install-conflict/conflict-pkg/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "Test package with conflicting binary names",
55
"bin": {
6-
"node": "./cli.js",
7-
"conflict-cli": "./cli.js"
6+
"conflict-cli": "./cli.js",
7+
"node": "./cli.js"
88
}
99
}
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
22
"env": {},
3-
"commands": [
4-
"vp env install voidzero-nonexistent-pkg-xyz-12345 # Install non-existent package"
5-
]
3+
"commands": ["vp env install voidzero-nonexistent-pkg-xyz-12345 # Install non-existent package"]
64
}

rfcs/env-command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ The global CLI installation script (`packages/global/install.sh`) will be update
588588
6. If already configured, skip silently
589589

590590
```bash
591-
$ curl -fsSL https://vite-plus.dev/install.sh | sh
591+
$ curl -fsSL https://viteplus.dev/install.sh | sh
592592

593593
Setting up VITE+(⚡)...
594594

0 commit comments

Comments
 (0)