bbin install notes-submit.clj
jest.mock('antd/lib/grid/hooks/useBreakpoint', () => () => ({ | |
xs: false, | |
sm: true, | |
})); |
docs: https://www.apollographql.com/docs/react/development-testing/static-typing#setting-up-your-project
npm i -S graphql
npm i -D typescript ts-node @graphql-codegen/cli @graphql-codegen/client-preset
git submodule add <repo-url> graphql-api
git commit -m "Add submodule"
local/ |
喜欢安装和运维非常简单的
自动化
# Configure the Azure provider | |
terraform { | |
required_providers { | |
azurerm = { | |
source = "hashicorp/azurerm" | |
version = ">= 2.26" | |
} | |
} | |
required_version = ">= 0.14.9" | |
} |
A Pen by Thaddeus Jiang on CodePen.