Commit 342bb4d
chore: migrate from npm to pnpm in IDX environment
This commit updates the `.idx/dev.nix` configuration to use `pnpm` instead of `npm` for dependency installation and running the development server.
The following changes are included:
- Added `pnpm` to the list of Nix packages.
- Updated the `onCreate` script to use `pnpm install`.
- Updated the `web` preview command to use `pnpm run start`.1 parent 7e02333 commit 342bb4d
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments