Spaces:
Build error
Build error
chore: rename url2text to reader
Browse files- README.md +2 -2
- backend/functions/package.json +1 -1
- backend/functions/src/index.ts +1 -1
- package.json +1 -1
README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
#
|
| 2 |
|
| 3 |
## Development Guide
|
| 4 |
|
|
@@ -12,7 +12,7 @@
|
|
| 12 |
Clone the scenex repo by running the command:
|
| 13 |
|
| 14 |
```bash
|
| 15 |
-
git clone git@github.com:jina-ai/
|
| 16 |
git submodule init
|
| 17 |
git submodule update
|
| 18 |
```
|
|
|
|
| 1 |
+
# reader
|
| 2 |
|
| 3 |
## Development Guide
|
| 4 |
|
|
|
|
| 12 |
Clone the scenex repo by running the command:
|
| 13 |
|
| 14 |
```bash
|
| 15 |
+
git clone git@github.com:jina-ai/reader.git
|
| 16 |
git submodule init
|
| 17 |
git submodule update
|
| 18 |
```
|
backend/functions/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"name": "
|
| 3 |
"scripts": {
|
| 4 |
"lint": "eslint --ext .js,.ts .",
|
| 5 |
"build": "tsc -p .",
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "reader",
|
| 3 |
"scripts": {
|
| 4 |
"lint": "eslint --ext .js,.ts .",
|
| 5 |
"build": "tsc -p .",
|
backend/functions/src/index.ts
CHANGED
|
@@ -28,7 +28,7 @@ Object.assign(exports, registry.exportGrouped({
|
|
| 28 |
memory: '4GiB',
|
| 29 |
timeoutSeconds: 540,
|
| 30 |
}));
|
| 31 |
-
registry.title = '
|
| 32 |
registry.version = '0.1.0';
|
| 33 |
|
| 34 |
process.on('unhandledRejection', () => 'no big deal');
|
|
|
|
| 28 |
memory: '4GiB',
|
| 29 |
timeoutSeconds: 540,
|
| 30 |
}));
|
| 31 |
+
registry.title = 'reader';
|
| 32 |
registry.version = '0.1.0';
|
| 33 |
|
| 34 |
process.on('unhandledRejection', () => 'no big deal');
|
package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"name": "
|
| 3 |
"version": "1.0.0",
|
| 4 |
"description": "### Prerequisite - Node v18 (The build fails for Node version >18) - Yarn - Firebase CLI (`npm install -g firebase-tools`)",
|
| 5 |
"main": "index.js",
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "reader",
|
| 3 |
"version": "1.0.0",
|
| 4 |
"description": "### Prerequisite - Node v18 (The build fails for Node version >18) - Yarn - Firebase CLI (`npm install -g firebase-tools`)",
|
| 5 |
"main": "index.js",
|