Merge pull request #3 from Pasithea0/dev

Fix Netlify build error
This commit is contained in:
TPN 2025-01-01 11:01:18 +05:30 committed by GitHub
commit d698358f64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,6 @@
[build]
command = "pnpm build:netlify"
publish = "."
edge_functions = ".netlify"
publish = ".netlify"
edge_functions = ".netlify/functions"
[functions]
directory = ".netlify/functions"

View file

@ -1,7 +1,7 @@
{
"name": "simple-proxy",
"private": true,
"version": "2.1.5",
"version": "2.1.6",
"scripts": {
"prepare": "nitropack prepare",
"dev": "nitropack dev",