3639190b4e
* 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
9 lines
174 B
JSON
9 lines
174 B
JSON
{
|
|
"scripts": {
|
|
"build": "../../astro.mjs build",
|
|
"start": "nodemon -w ../../lib -x '../../astro.mjs dev'"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.7"
|
|
}
|
|
}
|