UNPKG

huncwot

Version:

A Programming Environment for TypeScript apps built on top of VS Code

20 lines (18 loc) 311 B
db: database: "{{database}}" username: "{{user}}" deploy: server: src: . dest: "YOUR DESTINATION" delete: true exclude: - dist - node_modules - .git - static/upload - config/default.yaml client: src: dist/ dest: "YOUR DESTINATION" delete: true