update Add development environment configuration, I18n support, route adjustments, and various hooks refactoring ```
7 lines
91 B
Bash
Executable File
7 lines
91 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
npm run lint
|
|
npx nodemon --ext ts,tsx --exec "npm run build"
|