chore: scaffold ssr compiler

This commit is contained in:
Evan You
2020-01-22 10:39:09 -05:00
parent 70e730fd19
commit eacd390992
4 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export function hello(): string {
return 'TODO'
}