添加 Hello World 示例并更新构建和开发脚本

This commit is contained in:
2024-12-20 02:31:38 +08:00
parent f84337a3ac
commit 376ac52fee
5 changed files with 379 additions and 1 deletions

1
src/index.ts Normal file
View File

@@ -0,0 +1 @@
console.log("Hello, World!");