Make Vite devserver work

This commit is contained in:
Alex Gleason
2023-09-13 12:04:17 -05:00
parent f7b84982e3
commit 2acab99e5b
15 changed files with 1313 additions and 93 deletions

View File

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