This website works better with JavaScript.
首頁
探索
說明
登入
tesseract-design
/
tesseract
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Add todo
Lay out tasks for this project.
master
TheoryOfNekomata
1 年之前
父節點
05aa64a524
當前提交
d8cf524895
共有
3 個文件被更改
,包括
5 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
TODO.md
+3
-0
packages/amanuensis/TODO.md
+1
-1
packages/amanuensis/src/commands/serve.ts
+ 1
- 0
TODO.md
查看文件
@@ -78,3 +78,4 @@
- [ ] Add `aria-*` attributes to all components
- [ ] react-refractor, fix rendering on Lynx!
- [ ] Limit component props to only those that are relevant
- [ ] Extract `packages/` dir
+ 3
- 0
packages/amanuensis/TODO.md
查看文件
@@ -0,0 +1,3 @@
- [ ] Resolve `refresh` command TODOs
- [ ] Add `build` command to create static file of the Next app
- [ ] Replace `serve` with `dev`? (for interactive development, have to figure out how to properly manage changes tho)
+ 1
- 1
packages/amanuensis/src/commands/serve.ts
查看文件
@@ -1,6 +1,6 @@
import { Argv } from 'yargs';
import { resolve } from 'path';
import {CommandError} from '../utils/error';
import {
CommandError
} from '../utils/error';
const DEFAULT_PORT = 3000 as const;
Write
Preview
Loading…
取消
儲存