Skip to content

Commit 6bd60f5

Browse files
committed
fixes
1 parent 7028c07 commit 6bd60f5

File tree

4 files changed

+4
-15
lines changed

4 files changed

+4
-15
lines changed

release/app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "todo-my-app-name",
3-
"version": "1.18.0",
3+
"version": "1.19.0",
44
"description": "Todo my app description",
55
"license": "MIT",
66
"main": "./dist/main/main.js",

src/scraper/backend/server.ts

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
11
import { Server } from 'botasaurus-server/server';
22
import { scrapeHeadingTask } from '../src/scraper';
33

4-
import { config } from '../../main/config';
5-
6-
Server.addScraper(scrapeHeadingTask);
7-
// Server.configure({
8-
// // headerTitle:"aa"
9-
// })
10-
11-
Server.addEmailSupport({
12-
email: '[email protected]', // Replace with your support email
13-
subject: `Help with ${config.productName} Tool`, // Default email subject
14-
body: `Hi, I need help with using the ${config.productName} Tool`, // Default email body
15-
});
4+
Server.addScraper(scrapeHeadingTask);

0 commit comments

Comments
 (0)