add netlify support

This commit is contained in:
mrjvs 2024-01-08 21:28:22 +01:00
parent ddabde15b6
commit 610ac5db2c
2 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View File

@ -4,4 +4,5 @@ node_modules
.cache .cache
.output .output
.env .env
dist dist
.netlify

3
netlify.toml Normal file
View File

@ -0,0 +1,3 @@
[build]
command = "pnpm build:netlify"
publish = "."