- fixed grouped rows
- added shortcut hint in menu items
This commit is contained in:
parent
ebd8ff8c1d
commit
552ba7f3c9
9 changed files with 71 additions and 44 deletions
|
@ -1,5 +1,8 @@
|
|||
// @refresh reload
|
||||
import { createHandler, StartServer } from "@solidjs/start/server";
|
||||
import { installIntoGlobal } from "iterator-helpers-polyfill";
|
||||
|
||||
installIntoGlobal();
|
||||
|
||||
export default createHandler(() => (
|
||||
<StartServer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue