1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-11-28 08:47:55 +02:00

updated modernc deps and bumped app version

This commit is contained in:
Gani Georgiev
2025-02-18 18:17:00 +02:00
parent 4d40463d8d
commit 3f51fb941b
35 changed files with 57 additions and 43 deletions

View File

@@ -39,7 +39,7 @@ var defaultScriptPath = "pb.js"
func init() {
// For backward compatibility and consistency with the Go exposed
// methods that accepts relative paths (e.g. `$os.writeFile`),
// methods that operate with relative paths (e.g. `$os.writeFile`),
// we define the "current JS module" as if it is a file in the current working directory
// (the filename itself doesn't really matter and in our case the hook handlers are executed as separate "programs").
//