Files
gallery/package.json
Ryan Chou 6c3ee112f9
All checks were successful
Deploy on push / deploy (push) Has been skipped
add: build script that renders index from meals
2026-03-22 19:37:14 -07:00

8 lines
100 B
JSON

{
"name": "gallery",
"private": true,
"scripts": {
"build": "node scripts/build.js"
}
}