-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Integración parcial del sistema de ventas con el back end
- Loading branch information
1 parent
7dcfb82
commit 6de32fd
Showing
18 changed files
with
13,664 additions
and
13,714 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,33 @@ | ||
{"main-capability":{"identifier":"main-capability","description":"Capability for the main window","remote":{"urls":["http://localhost:3001","https://botilleria-admin.vercel.app"]},"local":true,"windows":["main"],"permissions":["path:default","event:default","window:default","app:default","resources:default","menu:default","tray:default","window:allow-set-title","os:allow-os-type","os:allow-arch","window:allow-start-dragging","window:allow-toggle-maximize","window:allow-minimize","window:allow-close","window:allow-center","log:default","log:default","shell:allow-open",{"identifier":"http:default","allow":[{"url":"http://localhost:3001"},{"url":"https://botilleria-admin.vercel.app"}]}]}} | ||
{ | ||
"main-capability": { | ||
"identifier": "main-capability", | ||
"description": "Capability for the main window", | ||
"remote": { "urls": ["http://localhost:3001", "https://botilleria-admin.vercel.app"] }, | ||
"local": true, | ||
"windows": ["main"], | ||
"permissions": [ | ||
"path:default", | ||
"event:default", | ||
"window:default", | ||
"app:default", | ||
"resources:default", | ||
"menu:default", | ||
"tray:default", | ||
"window:allow-set-title", | ||
"os:allow-os-type", | ||
"os:allow-arch", | ||
"window:allow-start-dragging", | ||
"window:allow-toggle-maximize", | ||
"window:allow-minimize", | ||
"window:allow-close", | ||
"window:allow-center", | ||
"log:default", | ||
"log:default", | ||
"shell:allow-open", | ||
{ | ||
"identifier": "http:default", | ||
"allow": [{ "url": "http://localhost:3001" }, { "url": "https://botilleria-admin.vercel.app" }] | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.