this repo has no description
0
fork

Configure Feed

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

MIT license

+23 -1
+21
LICENSE
··· 1 + MIT License Copyright (c) 2024 Samuel Newman 2 + 3 + Permission is hereby granted, free 4 + of charge, to any person obtaining a copy of this software and associated 5 + documentation files (the "Software"), to deal in the Software without 6 + restriction, including without limitation the rights to use, copy, modify, merge, 7 + publish, distribute, sublicense, and/or sell copies of the Software, and to 8 + permit persons to whom the Software is furnished to do so, subject to the 9 + following conditions: 10 + 11 + The above copyright notice and this permission notice 12 + (including the next paragraph) shall be included in all copies or substantial 13 + portions of the Software. 14 + 15 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF 16 + ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 17 + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO 18 + EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 19 + OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 20 + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 + THE SOFTWARE.
+2 -1
package.json
··· 2 2 "name": "mozzius.dev", 3 3 "version": "0.1.0", 4 4 "private": true, 5 + "license": "MIT", 5 6 "scripts": { 6 7 "dev": "next dev", 7 8 "build": "next build", ··· 38 39 "typescript": "^5" 39 40 }, 40 41 "packageManager": "pnpm@9.12.2" 41 - } 42 + }