command
Version:
v0.10.0
Opens a new window with list of versions in this module.
Published: Feb 18, 2025
License: MIT
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
deploy
install wrangler
npm install
create wrangler.toml
name = "hj-dict"
main = "./build/worker.mjs"
compatibility_date = "2024-04-15"
[build]
command = "make build"
[vars]
telegram_token = "****:*****"
worker_url = "https://*****.workers.dev"
telegram_ids = "40xxxxxx,42xxxxx"
then
make deploy
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.