Skip to content

Commit

Permalink
merge with local/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
isarojdahal committed Nov 25, 2024
2 parents e86937d + 7669d54 commit 7031e72
Show file tree
Hide file tree
Showing 20 changed files with 2,842 additions and 2,047 deletions.
6 changes: 5 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
VITE_ASSET_BASE_URL=https://assetseverydaykarmaa.netlify.app/
# Netlify
# VITE_ASSET_BASE_URL=https://assetseverydaykarmaa.netlify.app/

# GitHub
VITE_ASSET_BASE_URL=https://raw.githubusercontent.com/isarojdahal/everydaykarmaa.com-assets/refs/heads/main
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ build
dist-ssr
*.local
pnpm-lock.yaml
tsconfig.app.tsbuildinfo

# Editor directories and files
.vscode/*
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"prepare": "husky"
"prepare": "husky "
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.2",
Expand Down Expand Up @@ -53,5 +53,6 @@
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,css,md}": "prettier --write"
}
},
"packageManager": "[email protected]+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
}
Loading

0 comments on commit 7031e72

Please sign in to comment.