mirror of
https://github.com/FranP-code/Open-Telegram-to-Notion-Backend.git
synced 2025-10-12 23:52:54 +00:00
API structure done
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
"name": "telegram-to-notion-website",
|
||||
"version": "1.0.0",
|
||||
"description": "Website for the Telegram to Notion Bot",
|
||||
"main": "index.js",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"dev": "nodemon index.js",
|
||||
"start": "node index.js"
|
||||
"dev": "nodemon src/index.js",
|
||||
"start": "node src/index.js"
|
||||
},
|
||||
"keywords": [
|
||||
"telegram",
|
||||
|
||||
Reference in New Issue
Block a user