mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-02-06 20:53:14 -05:00
merged with master
This commit is contained in:
7129
plugins/jsvm/internal/types/generated/types.d.ts
vendored
7129
plugins/jsvm/internal/types/generated/types.d.ts
vendored
File diff suppressed because it is too large
Load Diff
@@ -29,7 +29,7 @@ const heading = `
|
||||
*
|
||||
* ` + "```" + `js
|
||||
* // prints "Hello world!" on every 30 minutes
|
||||
* cronAdd("hello", "*\/30 * * * *", (c) => {
|
||||
* cronAdd("hello", "*\/30 * * * *", () => {
|
||||
* console.log("Hello world!")
|
||||
* })
|
||||
* ` + "```" + `
|
||||
|
||||
Reference in New Issue
Block a user