this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

test: about to try and deploy to fly

+4 -1
+1 -1
flake.nix
··· 94 94 }; 95 95 }; 96 96 devShells.default = pkgs.mkShell { 97 - buildInputs = with pkgs; [ go pigeon nodejs sqlite git-bug openssl ]; 97 + buildInputs = with pkgs; [ go pigeon nodejs sqlite git-bug openssl flyctl ]; 98 98 99 99 # TODO: 100 100 # Shell Aliases don't work for direnv because they're not shell portable
+3
mast-react-vite/vite.config.ts
··· 4 4 5 5 // https://vite.dev/config/ 6 6 export default defineConfig({ 7 + server: { 8 + host: true // This enables listening on all network interfaces 9 + }, 7 10 plugins: [react()], 8 11 resolve: { 9 12 alias: {