Current section
Files
Jump to
Current section
Files
src/scripts/dev.gleam
// 개발 서버 시작 (HMR, port 3000)
// gleam run 시 Gleam 컴파일이 먼저 자동 수행됨
import scripts/cmd
pub fn main() {
cmd.exec("npx pluggable-widgets-tools start:web")
}