Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cesjavi
/
aubm
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
aubm
/
frontend
/
capacitor.config.ts
cesjavi
Deploy Aubm Docker Space
81ff144
3 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
178 Bytes
import
type
{
CapacitorConfig
}
from
'@capacitor/cli'
;
const
config
:
CapacitorConfig
= {
appId
:
'com.aubm.app'
,
appName
:
'Aubm'
,
webDir
:
'dist'
};
export
default
config;