feat: build and deploy with netlify
Some checks failed
Build and deploy / lint (push) Failing after 2m5s

This commit is contained in:
Iain Learmonth 2025-06-03 16:48:47 +01:00
parent 20d45dca90
commit 400a5f6789
5 changed files with 131 additions and 1 deletions

4
netlify.toml Normal file
View file

@ -0,0 +1,4 @@
[build]
command = "npm run build"
functions = "netlify/functions"
publish = "build"