mirror of
https://github.com/sussy-code/sudo-proxy.git
synced 2026-03-11 17:55:38 +00:00
Merge pull request #3 from Pasithea0/dev
Some checks failed
Linting and Testing / Run Linters (push) Has been cancelled
Linting and Testing / Build project (push) Has been cancelled
Linting and Testing / Build docker (push) Has been cancelled
Docker Publish / build (push) Has been cancelled
Release / Release (push) Has been cancelled
Some checks failed
Linting and Testing / Run Linters (push) Has been cancelled
Linting and Testing / Build project (push) Has been cancelled
Linting and Testing / Build docker (push) Has been cancelled
Docker Publish / build (push) Has been cancelled
Release / Release (push) Has been cancelled
Fix Netlify build error
This commit is contained in:
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