Merge src/soapbox with top-level src directory

This commit is contained in:
Alex Gleason
2023-09-18 16:08:54 -05:00
parent 7df9a91e37
commit f9679d270b
1371 changed files with 0 additions and 0 deletions

3
src/utils/code.ts Normal file
View File

@ -0,0 +1,3 @@
const data: any = import.meta.compileTime('./code-compiletime.ts');
export default data;