Calendar field and time field
This commit is contained in:
parent
edcd4dcaa0
commit
0dde47109f
32 changed files with 901 additions and 65 deletions
11
crabfit-frontend/example-app.yaml
Normal file
11
crabfit-frontend/example-app.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
runtime: nodejs12
|
||||
handlers:
|
||||
# Serve all static files with url ending with a file extension
|
||||
- url: /(.*\..+)$
|
||||
static_files: \1
|
||||
upload: (.*\..+)$
|
||||
|
||||
# Catch all handler to index.html
|
||||
- url: /.*
|
||||
static_files: index.html
|
||||
upload: index.html
|
||||
Loading…
Add table
Add a link
Reference in a new issue