chore: add homepage field in package.json
All checks were successful
Release / build_and_release (push) Successful in 1m10s

This commit is contained in:
SwiftHawk 2024-05-08 15:43:23 +05:00
parent b9510f23e9
commit 9064b0c8c3

View File

@ -3,6 +3,7 @@
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://app.sigit.io/",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",