Push current progress so I can work on my laptop.

This commit is contained in:
Joshua Bemenderfer
2023-02-05 07:44:11 -05:00
parent 94767772b4
commit 657c95a4c1
28 changed files with 2372 additions and 3468 deletions

16
repo/package.tce Normal file
View File

@@ -0,0 +1,16 @@
#schema package
name @terrace/repo
private true
type module
scripts
build:repo node ./repo/build.js
build turbo run build --cache-dir=.turbo
dev turbo run dev --no-cache --force
test turbo run test --no-cache --force
devDependencies
@terrace/core workspace:*
turbo ^1.7.3
jest ^29.4.1