File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 6161
6262# Redis Dump
6363dump.rdb
64+
65+ # AI agents
66+ .claude
Original file line number Diff line number Diff line change @@ -365,12 +365,6 @@ class ParseServer {
365365 process . exit ( 1 ) ;
366366 }
367367 } ) ;
368- // verify the server url after a 'mount' event is received
369- /* istanbul ignore next */
370- api . on ( 'mount' , async function ( ) {
371- await new Promise ( resolve => setTimeout ( resolve , 1000 ) ) ;
372- ParseServer . verifyServerUrl ( ) ;
373- } ) ;
374368 }
375369 if ( process . env . PARSE_SERVER_ENABLE_EXPERIMENTAL_DIRECT_ACCESS === '1' || directAccess ) {
376370 Parse . CoreManager . setRESTController ( ParseServerRESTController ( appId , appRouter ) ) ;
@@ -487,6 +481,7 @@ class ParseServer {
487481 /* istanbul ignore next */
488482 if ( ! process . env . TESTING ) {
489483 configureListeners ( this ) ;
484+ await ParseServer . verifyServerUrl ( ) ;
490485 }
491486 this . expressApp = app ;
492487 return this ;
You can’t perform that action at this time.
0 commit comments