mirror of
https://github.com/sussy-code/sudo-proxy.git
synced 2026-03-11 17:55:38 +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
|
.output
|
||||||
.env
|
.env
|
||||||
dist
|
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