摘要:
Express app: import cors from 'cors'; import express, { Application } from 'express'; import routes from './routes'; import * as middlewares from './m 阅读全文
posted @ 2023-02-05 01:07
Zhentiw
阅读(61)
评论(0)
推荐(0)
摘要:
function getTimeNow() { const now = new Date().toLocaleTimeString( 'en-US', { hour12: false } ); return now; } function info(functionName: string, ... 阅读全文
posted @ 2023-02-05 01:03
Zhentiw
阅读(38)
评论(0)
推荐(0)
摘要:
name: Development pipeline on: pull_request: branches: - main jobs: Server: runs-on: ubuntu-22.04 steps: - name: Check files uses: actions/checkout@v3 阅读全文
posted @ 2023-02-05 00:42
Zhentiw
阅读(39)
评论(0)
推荐(0)
摘要:
Server wait for database get ready # From https://docs.docker.com/compose/startup-order/ #!/bin/sh # wait-for-postgres.sh set -e host="$1" shift # Log 阅读全文
posted @ 2023-02-05 00:37
Zhentiw
阅读(61)
评论(0)
推荐(0)

浙公网安备 33010602011771号