ajustement alignement toggle-mode ordi fix #42

This commit is contained in:
antonin gallon 2025-11-28 18:25:43 +01:00
parent 8e9464f248
commit 20e305744f
22 changed files with 3354 additions and 4 deletions

View file

@ -0,0 +1,8 @@
try {
await import("http://[::1]:5177/src/index.js");
} catch (err) {
console.error(
"[kirbyup] Couldn't connect to the development server. Run `npm run serve` to start Vite or build the plugin with `npm run build` so Kirby uses the production version."
);
throw err;
}