raw template

This commit is contained in:
Andreas Knuth 2024-05-16 12:14:56 -05:00
parent 492c03c2be
commit 08c53e2eb2
1 changed files with 6 additions and 0 deletions

6
bizmatch/src/build.ts Normal file
View File

@ -0,0 +1,6 @@
// Build information, automatically generated by `the_build_script` :zwinkern:
const build = {
timestamp: 'NA',
};
export default build;