Skip to content

alpine.js + hono + cloudflare workers + D1, sample

Notifications You must be signed in to change notification settings

kuc-arc-f/hono_alpine2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hono_alpine2

Version: 0.9.1

Author  : Kouji Nakashima / kuc-arc-f.com

date    : 2023/10/13

update : 2023/10/15


Summary

alpine.js + hono + cloudflare workers + D1, sample


wrangler.toml, setting

  • db setting, sample
name = "hono_alpine2"
main = "src/index.ts"
compatibility_date = "2023-09-01"
node_compat = true

[site]
bucket = "./public"

[vars]
#API_KEY = "123"

[[d1_databases]]
binding = "DB" # i.e. available in your Worker on env.DB
database_name = ""
database_id = ""


blog


About

alpine.js + hono + cloudflare workers + D1, sample

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published