Made progress on implementing some shops.
Performed some folder restructuring as well.
This commit is contained in:
@@ -2,7 +2,7 @@ import os
|
||||
import asyncio
|
||||
|
||||
SERVER_CSPROJ_DIR = "server"
|
||||
CLIENT_PACKAGE_DIR = "client"
|
||||
CLIENT_PACKAGE_DIR = "spa"
|
||||
|
||||
|
||||
async def exec(cmd, path, silent=False):
|
||||
|
Reference in New Issue
Block a user