Move json_messages.nim to schema

This commit is contained in:
Emery Hemingway 2024-04-02 20:18:11 +01:00
parent 2b80be0fcf
commit fc9762eb87
3 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,7 @@ import std/[json, options]
import pkg/sys/[ioqueue, sockets]
import preserves, preserves/jsonhooks, syndicate
import ../schema/config, ../json_messages
import ../schema/[config, json_messages]
proc translateSocket(facet: Facet; ds: Cap; path: string) {.asyncio.} =
var

View File

@ -5,8 +5,7 @@ import std/[json, osproc]
import preserves
import syndicate
import ../schema/config
import ../json_messages
import ../schema/[config, json_messages]
proc runChild(params: seq[string]): string =
if params.len < 1: