TauDuque / serverless-func

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlify TOML for create-react-app

[build]

  • command = 'npm run build'
  • publish = '/build'
  • functions = './functions'

[[redirects]]

  • from = '/api/*'
  • to = '/.netlify/functions/:splat'
  • status = 200

[[redirects]]

  • from = '/*'
  • to = '/index.html'
  • status = 200

build Command

"build": "CI= react-scripts build"

About


Languages

Language:CSS 66.4%Language:HTML 28.6%Language:JavaScript 5.0%