File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1037,7 +1037,7 @@ class CodeInjector implements ICodeInjector {
10371037
10381038 const buildHash = await this . tryReadFile ( path . join ( serveDir , '.adminforth_build_hash' ) ) ;
10391039 const messagesHash = await this . tryReadFile ( path . join ( serveDir , '.adminforth_messages_hash' ) ) ;
1040-
1040+ console . log ( { buildHash , sourcesHash } ) ;
10411041 const skipBuild = buildHash === sourcesHash ;
10421042 const skipExtract = messagesHash === sourcesHash ;
10431043
@@ -1072,6 +1072,7 @@ class CodeInjector implements ICodeInjector {
10721072
10731073 if ( ! hotReload ) {
10741074 if ( ! skipBuild ) {
1075+ console . log ( `🪲 Build cache miss, building SPA...` ) ;
10751076 let oldHashForFiles = null ;
10761077 try {
10771078 oldHashForFiles = await fs . promises . readFile ( path . join ( this . spaTmpPath ( ) , 'hashes.json' ) , 'utf-8' ) ;
You can’t perform that action at this time.
0 commit comments