This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
tesseract-design
/
tesseract
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
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…
Откажи
Сачувај