Move penfield app to apps/penfield

This commit is contained in:
Lewis Wynne 2026-01-23 00:02:44 +00:00
parent 8d625b15cd
commit 9d9f213bbe
5 changed files with 51 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
"name": "@ily/penfield",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"astro": "^5.16.13"
}
}