Chore: avoid writing appprofile.php

This commit is contained in:
SukkaW
2023-12-19 20:25:18 +08:00
parent 464ed3cd35
commit 7a6363d117
2 changed files with 11 additions and 1 deletions

View File

@@ -129,7 +129,7 @@ function generateAppProfile(
result.push(
'<?php',
'',
`// Build ${new Date().toISOString()}`,
`// # Build ${new Date().toISOString()}`,
'',
'declare(strict_types=1);',
'',