diff --git a/bizmatch/src/build.ts b/bizmatch/src/build.ts new file mode 100644 index 0000000..354cebd --- /dev/null +++ b/bizmatch/src/build.ts @@ -0,0 +1,6 @@ +// Build information, automatically generated by `the_build_script` :zwinkern: +const build = { + timestamp: 'NA', +}; + +export default build;