切换为 goja

This commit is contained in:
dragon
2025-11-17 17:33:40 +08:00
parent b20207de4c
commit 7778e95194
29 changed files with 634 additions and 575 deletions

10
examples/kv/.pages.yaml Normal file
View File

@@ -0,0 +1,10 @@
routes:
- path: "get"
js:
exec: "index.js"
debug: true
- path: "put"
js:
exec: "index.js"
debug: true