Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
T
Time-Expense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Poojitha, Katakam
Time-Expense
Commits
e9f914d9
Commit
e9f914d9
authored
Jul 06, 2023
by
Prasanna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
app.yaml file updated
parent
0cf766a7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
7 deletions
+22
-7
app.yaml
deploy/app.yaml
+19
-5
bg.jpg
deploy/dist/scan_qr/assets/bg.jpg
+0
-0
index.html
deploy/dist/scan_qr/index.html
+2
-2
main.ddb361679141610d.js
deploy/dist/scan_qr/main.ddb361679141610d.js
+1
-0
No files found.
deploy/app.yaml
View file @
e9f914d9
...
...
@@ -2,12 +2,26 @@ service: ms-authenticator
runtime
:
nodejs14
instance_class
:
F2
# handlers:
# - url: /
# static_files: dist/scan_qr/index.html
# upload: dist/scan_qr/index.html
# - url: /
# static_dir: dist/scan_qr
handlers
:
-
url
:
/
static_files
:
dist/scan_qr/index.html
upload
:
dist/scan_qr/index.html
-
url
:
/
static_dir
:
dist/scan_qr
-
url
:
/(.+)\.js$
mime_type
:
application/javascript
static_files
:
dist/scan_qr/\1.js
upload
:
dist/scan_qr/(.+)\.js
-
url
:
/(.+\.(?:ico|png|gif|jpg|jpeg|svg))$
static_files
:
dist/scan_qr/\1
upload
:
dist/scan_qr/(.+\.(?:ico|png|gif|jpg|jpeg|svg))$
-
url
:
/.*
static_files
:
dist/scan_qr/index.html
upload
:
dist/scan_qr/index.html
inbound_services
:
-
warmup
...
...
deploy/dist/scan_qr/assets/bg.jpg
0 → 100644
View file @
e9f914d9
173 KB
deploy/dist/scan_qr/index.html
View file @
e9f914d9
...
...
@@ -13,8 +13,8 @@
<script
src=
"https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js"
integrity=
"sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin=
"anonymous"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js"
integrity=
"sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin=
"anonymous"
></script>
<link
rel=
"stylesheet"
href=
"styles.1630600df617c5c3.css"
media=
"print"
onload=
"this.media='all'"
><noscript><link
rel=
"stylesheet"
href=
"styles.1630600df617c5c3.css"
></noscript></head>
<body
style=
"background-image: url('./assets/bg.
png'); background-size: 100%; background-repeat: no-repeat;
overflow: hidden;"
>
<body
style=
"background-image: url('./assets/bg.
jpg');
overflow: hidden;"
>
<app-root></app-root>
<script
src=
"runtime.7379a8014dc3eb0f.js"
type=
"module"
></script><script
src=
"polyfills.5dc0be3b31d08df6.js"
type=
"module"
></script><script
src=
"main.
9963fecbb8e1f089
.js"
type=
"module"
></script>
<script
src=
"runtime.7379a8014dc3eb0f.js"
type=
"module"
></script><script
src=
"polyfills.5dc0be3b31d08df6.js"
type=
"module"
></script><script
src=
"main.
ddb361679141610d
.js"
type=
"module"
></script>
</body></html>
\ No newline at end of file
deploy/dist/scan_qr/main.ddb361679141610d.js
0 → 100644
View file @
e9f914d9
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment