ci: add repository to package.json
This commit is contained in:
parent
a5224bb436
commit
6695e200f2
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue