chore: add MIT license

Restores the LICENSE content from Gitea's auto-generated initial
commit (overwritten by the force-push that unified history with the
pre-existing local project) and declares it in package.json.
This commit is contained in:
2026-07-30 11:42:14 +02:00
parent 3a859a8060
commit a4d734de76
2 changed files with 19 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
"name": "lovelope",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",