diff options
| author | Josh Kingsley <josh@joshkingsley.me> | 2025-10-25 14:26:56 +0300 |
|---|---|---|
| committer | Josh Kingsley <josh@joshkingsley.me> | 2025-10-25 22:09:26 +0300 |
| commit | 1e15fcceddfd2710c84fee0d68988a8eacce7453 (patch) | |
| tree | b5ef465400a645586814d7906168c86883fe4487 /web/index.ts | |
| parent | 1e3657b3fab94405c9e404bba87689dfd0e27130 (diff) | |
chore(web): install vite
Diffstat (limited to 'web/index.ts')
| -rw-r--r-- | web/index.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/index.ts b/web/index.ts new file mode 100644 index 0000000..a34c8b4 --- /dev/null +++ b/web/index.ts @@ -0,0 +1,5 @@ +console.log("OK"); + +function foo() { + return "foo"; +} |
