mirror of
https://github.com/oxygenpay/oxygen.git
synced 2026-04-26 08:05:56 +03:00
[GH-ISSUE #35] ui-payment > build > error #6
Labels
No labels
duplicate
not reproducible
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/oxygen#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @naddika on GitHub (Sep 11, 2023).
Original GitHub issue: https://github.com/oxygenpay/oxygen/issues/35
Originally assigned to: @swift1337 on GitHub.
@swift1337 commented on GitHub (Sep 11, 2023):
Hey! Could you describe the use-case for building custom frontend?
@naddika commented on GitHub (Sep 12, 2023):
Where is custom frontend here? What would be non-custom one then?
@swift1337 commented on GitHub (Sep 12, 2023):
Docker image is built with both dashboard UI and payment UI embedded into binary. I assume you want to change something and build the binary by yourself. Hence
@naddika commented on GitHub (Sep 13, 2023):
Change - not, build by myself - yes. Does it matter?
@swift1337 commented on GitHub (Sep 13, 2023):
Yep, we want to improve developer experience by collecting use-cases outside of the default setup (i.e. running via published docker image).
Regarding your question, you can follow gh action script to reproduce the same build:
.envnpm ci --ignore-scriptsnpx tsc && npx vite build --base='/p/'@naddika commented on GitHub (Sep 15, 2023):
Docker is a piece of shit.
@naddika commented on GitHub (Sep 15, 2023):
@swift1337 commented on GitHub (Sep 17, 2023):
@swift1337 commented on GitHub (Sep 17, 2023):
@naddika I want to warn that you attitude is a bit disrespectful.
@naddika commented on GitHub (Sep 18, 2023):
@swift1337 just a bit? That's ok. I thought it was too much disrespectful.
@naddika commented on GitHub (Sep 18, 2023):
why are you on the
developbranch? it's not identical to the master onethe current version of node, which I use too, is 20, whereas you use the 16th
@naddika commented on GitHub (Sep 18, 2023):
the same error on the
develop