ajustement alignement toggle-mode ordi fix #42
This commit is contained in:
parent
8e9464f248
commit
20e305744f
22 changed files with 3354 additions and 4 deletions
8
site/plugins/your-plugin/index.dev.mjs
Normal file
8
site/plugins/your-plugin/index.dev.mjs
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue