feat: add empty qwik-city frontend
This commit is contained in:
parent
76c28bafab
commit
9e383ee26e
22 changed files with 9661 additions and 0 deletions
9
frontend/public/manifest.json
Normal file
9
frontend/public/manifest.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
|
||||
"name": "qwik-project-name",
|
||||
"short_name": "Welcome to Qwik",
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"background_color": "#fff",
|
||||
"description": "A Qwik project app."
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue