feat(streamer): scaffold package, tsconfig, dockerfile
This commit is contained in:
parent
08f3f6e7da
commit
cc1f278fb8
7 changed files with 4440 additions and 0 deletions
8
streamer/vitest.config.ts
Normal file
8
streamer/vitest.config.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { defineConfig } from "vitest/config";
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
include: ["tests/**/*.test.ts"],
|
||||
environment: "node",
|
||||
},
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue