guandan.dev

guandan.dev

https://git.tonybtw.com/guandan.dev.git git://git.tonybtw.com/guandan.dev.git
139 bytes raw
1
procs:
2
  server:
3
    cmd: ["air"]
4
    cwd: "server"
5
    env:
6
      PORT: "8081"
7
  client:
8
    cmd: ["npm", "run", "dev"]
9
    cwd: "client"