added timestamp to the generated JSVM types file to prevent creating it every time on app startup

This commit is contained in:
Gani Georgiev
2023-12-16 23:20:38 +02:00
parent 0b4f3b2adf
commit d6569b445c
5 changed files with 4518 additions and 4496 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ func (pb *PocketBase) eagerParseFlags(config *Config) error {
&pb.devFlag,
"dev",
config.DefaultDev,
"enable dev mode, aka. printing logs and sql statements",
"enable dev mode, aka. printing logs and sql statements to the console",
)
return pb.RootCmd.ParseFlags(os.Args[1:])