1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-03-26 07:52:18 +02:00

merged with master

This commit is contained in:
Gani Georgiev 2023-08-26 14:46:30 +03:00
commit 2a6b891a9b
2 changed files with 3590 additions and 3541 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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!")
* })
* ` + "```" + `