Compare commits
No commits in common. "5b3eadb7bd5ac6f4502819d7157c424df8eb4717" and "33ec63f0974f9d4f2368604ddd8846b845eff6d5" have entirely different histories.
5b3eadb7bd
...
33ec63f097
@ -1,8 +1,7 @@
|
|||||||
.PHONY: all
|
.PHONY: all
|
||||||
APP=letterbox
|
|
||||||
|
|
||||||
# Build in release mode and push to minio for serving.
|
# Build in release mode and push to minio for serving.
|
||||||
all:
|
all:
|
||||||
trunk build --release
|
trunk build --release
|
||||||
mc mirror m/$(APP)/ /tmp/$(APP)-$(shell date +%s)
|
mc mirror m/letterbox/ /tmp/letterbox-$(shell date +%s)
|
||||||
mc mirror --overwrite --remove dist/ m/$(APP)/
|
mc mirror --overwrite --remove dist/ m/letterbox/
|
||||||
|
|||||||
@ -15,8 +15,3 @@ backend="http://localhost:9345/original"
|
|||||||
backend="http://localhost:9345/graphiql"
|
backend="http://localhost:9345/graphiql"
|
||||||
[[proxy]]
|
[[proxy]]
|
||||||
backend="http://localhost:9345/graphql"
|
backend="http://localhost:9345/graphql"
|
||||||
|
|
||||||
[[hooks]]
|
|
||||||
stage = "pre_build"
|
|
||||||
command = "cargo"
|
|
||||||
command_arguments = [ "test" ]
|
|
||||||
|
|||||||
@ -10,9 +10,7 @@
|
|||||||
<style>
|
<style>
|
||||||
|
|
||||||
.message {
|
.message {
|
||||||
display: inline-block;
|
padding: 0.5em;*/
|
||||||
padding: 0.5em;
|
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
.message .headers {
|
.message .headers {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -29,15 +27,12 @@
|
|||||||
margin-left: -0.5em;
|
margin-left: -0.5em;
|
||||||
margin-right: -0.5em;
|
margin-right: -0.5em;
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
width:0;
|
|
||||||
min-width:100%;
|
|
||||||
}
|
}
|
||||||
.error {
|
.error {
|
||||||
background-color: red;
|
background-color: red;
|
||||||
}
|
}
|
||||||
.view-part-text-plain {
|
.view-part-text-plain {
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
overflow-wrap: break-word;
|
|
||||||
}
|
}
|
||||||
iframe {
|
iframe {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user