mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-02-24 00:58:55 -05:00
webpack
This commit is contained in:
parent
84b2a3a051
commit
1dc28da09f
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
home = {
|
||||
shellAliases = {
|
||||
pd = "/home/meyer/dev/ts/pnpm/pnpm/dev/pd.js";
|
||||
webpack = "webpack-cli";
|
||||
};
|
||||
packages = with pkgs;
|
||||
[
|
||||
|
@ -22,6 +23,7 @@
|
|||
nodejs_22
|
||||
vsce
|
||||
] ++ (with pkgs.nodePackages; [
|
||||
webpack-cli
|
||||
nodemon
|
||||
ts-node
|
||||
pnpm
|
||||
|
|
Loading…
Add table
Reference in a new issue