mirror of
https://github.com/p-stream/simple-proxy.git
synced 2026-01-11 20:10:35 +00:00
commit
d698358f64
2 changed files with 5 additions and 3 deletions
|
|
@ -1,4 +1,6 @@
|
|||
[build]
|
||||
command = "pnpm build:netlify"
|
||||
publish = "."
|
||||
edge_functions = ".netlify"
|
||||
publish = ".netlify"
|
||||
edge_functions = ".netlify/functions"
|
||||
[functions]
|
||||
directory = ".netlify/functions"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "simple-proxy",
|
||||
"private": true,
|
||||
"version": "2.1.5",
|
||||
"version": "2.1.6",
|
||||
"scripts": {
|
||||
"prepare": "nitropack prepare",
|
||||
"dev": "nitropack dev",
|
||||
|
|
|
|||
Loading…
Reference in a new issue