Merge pull request #1 from barrettruth/test

rtest
This commit is contained in:
Barrett Ruth 2026-01-11 10:47:43 -06:00 committed by GitHub
commit 41be0f21a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 2 deletions

1
.husky/pre-commit Normal file
View file

@ -0,0 +1 @@
pnpm lint-staged

View file

@ -3,8 +3,8 @@
"type": "module", "type": "module",
"version": "0.0.1", "version": "0.0.1",
"scripts": { "scripts": {
"dev": "astro dev",
"build": "astro build", "build": "astro build",
"dev": "astro dev",
"preview": "astro preview", "preview": "astro preview",
"astro": "astro", "astro": "astro",
"prepare": "husky", "prepare": "husky",
@ -27,5 +27,6 @@
"prettier": "^3.7.4", "prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1", "prettier-plugin-astro": "^0.14.1",
"typescript": "^5.9.3" "typescript": "^5.9.3"
} },
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a"
} }

View file

@ -2,6 +2,7 @@
const title = "philip ruth"; const title = "philip ruth";
const description = "Philip Matthew Ruth"; const description = "Philip Matthew Ruth";
--- ---
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>