Start working on docs site.

This commit is contained in:
Joshua Bemenderfer
2023-02-11 22:30:10 -05:00
parent cb09652f61
commit bc2fc78c96
37 changed files with 1747 additions and 3087 deletions

View File

@@ -1,6 +1,6 @@
import fs from 'node:fs/promises'
import { useDocument } from '@terrace/core'
import { createFileReader } from '@terrace/core/readers/node-readline'
import { useDocument } from '@terrace/js'
import { createFileReader } from '@terrace/js/readers/node-readline'
function useHelpers({ next, level, head, tail }) {

View File

@@ -11,6 +11,6 @@ scripts
test turbo run test --filter=@terrace/test --no-cache --force
devDependencies
@terrace/core workspace:*
@terrace/js workspace:*
turbo ^1.7.3
jest ^29.4.1

View File

@@ -12,4 +12,4 @@ pipeline
dependsOn build
test
dependsOn build build:test
dependsOn build ^build ^build:test