mirror of
https://github.com/p-stream/simple-proxy.git
synced 2026-01-11 20:10:35 +00:00
add netlify support
This commit is contained in:
parent
ddabde15b6
commit
610ac5db2c
2 changed files with 5 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,3 +5,4 @@ node_modules
|
|||
.output
|
||||
.env
|
||||
dist
|
||||
.netlify
|
||||
|
|
|
|||
3
netlify.toml
Normal file
3
netlify.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[build]
|
||||
command = "pnpm build:netlify"
|
||||
publish = "."
|
||||
Loading…
Reference in a new issue