raw template

This commit is contained in:
2024-05-16 12:14:56 -05:00
parent 492c03c2be
commit 08c53e2eb2

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;