Compare commits
2 Commits
55822ad870
...
ea18d39c44
Author | SHA1 | Date | |
---|---|---|---|
ea18d39c44 | |||
b9f2305bca |
5
packages/wyatt_ui_kit/example/.firebaserc
Normal file
5
packages/wyatt_ui_kit/example/.firebaserc
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"projects": {
|
||||
"default": "studio-landpage"
|
||||
}
|
||||
}
|
3
packages/wyatt_ui_kit/example/.gitignore
vendored
3
packages/wyatt_ui_kit/example/.gitignore
vendored
@ -32,6 +32,9 @@ migrate_working_dir/
|
||||
.pub/
|
||||
/build/
|
||||
|
||||
# Firebase
|
||||
.firebase/
|
||||
|
||||
# Symbolication related
|
||||
app.*.symbols
|
||||
|
||||
|
16
packages/wyatt_ui_kit/example/firebase.json
Normal file
16
packages/wyatt_ui_kit/example/firebase.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"hosting": {
|
||||
"public": "build/web",
|
||||
"ignore": [
|
||||
"firebase.json",
|
||||
"**/.*",
|
||||
"**/node_modules/**"
|
||||
],
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "**",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user