Work on sync stuff
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {Knex} from "knex";
|
||||
import {SysCallMapping} from "../../plugos/system";
|
||||
import { Knex } from "knex";
|
||||
import { SysCallMapping } from "../../plugos/system";
|
||||
|
||||
import {ensureTable, storeSyscalls,} from "../../plugos/syscalls/store.knex_node";
|
||||
import { ensureTable, storeSyscalls } from "../../plugos/syscalls/store.knex_node";
|
||||
|
||||
type IndexItem = {
|
||||
page: string;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import {PageMeta} from "../../common/types";
|
||||
import {SysCallMapping} from "../../plugos/system";
|
||||
import {Storage} from "../disk_storage";
|
||||
import { PageMeta } from "../../common/types";
|
||||
import { SysCallMapping } from "../../plugos/system";
|
||||
import { Storage } from "../disk_storage";
|
||||
|
||||
export default (storage: Storage): SysCallMapping => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user