test(backend): add federation test
This commit is contained in:
parent
ceb4640669
commit
9cb0727880
22 changed files with 1338 additions and 1 deletions
|
|
@ -16,6 +16,7 @@
|
|||
"build:test": "swc test-server -d built-test -D --config-file test-server/.swcrc --strip-leading-paths",
|
||||
"watch:swc": "swc src -d built -D -w --strip-leading-paths",
|
||||
"build:tsc": "tsc -p tsconfig.json && tsc-alias -p tsconfig.json",
|
||||
"build:fed": "cd test-federation && tsc -p tsconfig.json",
|
||||
"watch": "node ./scripts/watch.mjs",
|
||||
"restart": "pnpm build && pnpm start",
|
||||
"dev": "node ./scripts/dev.mjs",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue