mirror of
https://github.com/placeholder-soft/storytime.git
synced 2026-04-30 21:41:46 +08:00
feat: add firebase
This commit is contained in:
1
model/index.d.ts
vendored
Normal file
1
model/index.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export * from './model'
|
||||
11
model/package.json
Normal file
11
model/package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "model",
|
||||
"version": "1.0.0",
|
||||
"types": "index.d.ts",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Kyle Fang",
|
||||
"license": "ISC"
|
||||
}
|
||||
Reference in New Issue
Block a user