worker_test init

This commit is contained in:
2024-03-07 15:06:49 +00:00
parent 21da4d14e6
commit a8ddaac1ed
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
"main": "dist/index.js",
"scripts": {
"build": "tsc --build",
"dev": "tsc --watch"
"dev": "tsc --watch",
"worker_test": "tsx src/worker_test.ts"
},
"author": "Hide_D <hided62@gmail.com>",
"type": "module",
+1
View File
@@ -0,0 +1 @@
console.log("Hello from worker_test.ts!");