Initial commit
This commit is contained in:
commit
2623567566
13 changed files with 48953 additions and 0 deletions
39922
web/build/app.css
Normal file
39922
web/build/app.css
Normal file
File diff suppressed because it is too large
Load diff
9
web/build/entrypoints.json
Normal file
9
web/build/entrypoints.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"entrypoints": {
|
||||
"app": {
|
||||
"css": [
|
||||
"/build/app.css"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
3
web/build/manifest.json
Normal file
3
web/build/manifest.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"build/app.css": "/build/app.css"
|
||||
}
|
Reference in a new issue