parent
b943a45122
commit
c90002441b
2 changed files with 12 additions and 7 deletions
14
flake.nix
14
flake.nix
|
|
@ -11,13 +11,13 @@
|
||||||
devShells.${system}.default = pkgs.mkShell {
|
devShells.${system}.default = pkgs.mkShell {
|
||||||
packages = with pkgs; [ nodejs typescript nodePackages.typescript-language-server nodePackages.eslint ];
|
packages = with pkgs; [ nodejs typescript nodePackages.typescript-language-server nodePackages.eslint ];
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
clear
|
clear
|
||||||
echo "------------------"
|
echo "------------------"
|
||||||
echo "Deploying TFTStats"
|
echo "Deploying TFTStats"
|
||||||
echo "------------------"
|
echo "------------------"
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
cp -R dist/tft_stats /var/www/
|
cp -R dist/tft_stats /var/www/
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
apps.${system}.ng-build = {};
|
apps.${system}.ng-build = {};
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
img {
|
||||||
|
width: 45px;
|
||||||
|
height: 45px;
|
||||||
|
border-radius: 100%;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue