netlify.toml for SvelteKit projects

[build]
  command = "npm run build"
  publish = "build/"
  functions = "functions/"
 

usefulnetlifytoml