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