mirror of
https://github.com/dudaanton/obsidian-strudel-plugin.git
synced 2026-07-22 06:43:01 +00:00
3 lines
97 B
Bash
3 lines
97 B
Bash
#!/bin/bash
|
|
|
|
npx nodemon --exec "./build_and_copy_plugin.sh" --watch src --ext js,ts,vue,css,mjs
|