mirror of
https://github.com/movie-web/simple-proxy.git
synced 2025-09-13 07:23:27 +00:00
add netlify support
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -4,4 +4,5 @@ node_modules
|
||||
.cache
|
||||
.output
|
||||
.env
|
||||
dist
|
||||
dist
|
||||
.netlify
|
||||
|
3
netlify.toml
Normal file
3
netlify.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
[build]
|
||||
command = "pnpm build:netlify"
|
||||
publish = "."
|
Reference in New Issue
Block a user