UNPKG

@rocketspark/domain-checker

Version:
14 lines 306 B
procs: start: shell: "npm run start" cwd: "<CONFIG_DIR>" build: shell: "npm run build:watch" cwd: "<CONFIG_DIR>" autostart: false build watch: shell: "npm run build:watch" cwd: "<CONFIG_DIR>" cms server: shell: "npx http-server -p 8501" cwd: "<CONFIG_DIR>/build"