ci: add repository to package.json

This commit is contained in:
Derrick Hammer 2023-08-12 19:51:55 -04:00
parent a5224bb436
commit 6695e200f2
1 changed files with 38 additions and 34 deletions

View File

@ -3,6 +3,10 @@
"type": "module",
"version": "0.0.1",
"private": true,
"repository": {
"type": "git",
"url": "gitea@git.lumeweb.com:LumeWeb/lumeweb.com.git"
},
"scripts": {
"dev": "TAILWIND_MODE=watch astro dev",
"start": "astro dev",