astro/examples/blog/package.json
Drew Powers 3639190b4e
Renaming to import.meta.fetchContent (#70)
* Change to import.meta.glob()

Change of plans—maintain parity with Snowpack and Vite because our Collections API will use a different interface

* Get basic pagination working

* Get params working

* Rename to import.meta.fetchContent

* Upgrade to fdir
2021-04-12 17:21:29 -06:00

9 lines
174 B
JSON

{
"scripts": {
"build": "../../astro.mjs build",
"start": "nodemon -w ../../lib -x '../../astro.mjs dev'"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}