Adds example on using the Local API (both fetching data and modifying data) with Astro (vanilla JS) https://github.com/user-attachments/assets/bf2dee99-2ad7-43f5-b809-1cf626051720 This is achieved through the monorepo: ``` website/ payload/ ```
15 lines
326 B
JSON
15 lines
326 B
JSON
{
|
|
"name": "remix-payload-monorepo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"keywords": [],
|
|
"license": "ISC",
|
|
"author": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev:payload": "cd payload && pnpm dev",
|
|
"dev:website": "cd website && pnpm dev",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
}
|
|
}
|