Add support for actually creating that folder on the daemon

This commit is contained in:
Dane Everitt
2019-02-17 13:29:11 -08:00
parent 0b11532a48
commit 866b3a3aac
4 changed files with 62 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
import route from '../../../../../vendor/tightenco/ziggy/src/js/route';
import {ActionContext} from "vuex";
import {ServerData} from "@/models/server";
import {FileManagerState, ServerApplicationCredentials, ServerState} from "../types";
import {ServerApplicationCredentials, ServerState} from "../types";
export default {
namespaced: true,