update README.md

This commit is contained in:
2025-10-14 14:01:51 +02:00
parent 7b7a4e5709
commit f483caad06
2 changed files with 28 additions and 5 deletions

View File

@@ -62,7 +62,6 @@ export const integration = defineIntegration({
injectTypes({ filename: "env.d.ts", content });
},
//@ts-expect-error
"astro:server:setup": ({ refreshContent, toolbar }) => {
toolbar.on("astro-pocketbase-continue:refresh", async () => {
if (!refreshContent) console.warn("Content can only be refreshed in Astro v5.0.0 or higher");