소스 검색

Add todo

Lay out tasks for this project.
master
부모
커밋
d8cf524895
3개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -0
      TODO.md
  2. +3
    -0
      packages/amanuensis/TODO.md
  3. +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;



불러오는 중...
취소
저장