y3-app
Version:
CLI to add your project structure
18 lines (17 loc) • 515 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.fullstackTsStructure = void 0;
const reactTsStructure_1 = require("./reactTsStructure");
const nodeTsStructure_1 = require("./nodeTsStructure");
const docker_1 = require("../config/docker");
exports.fullstackTsStructure = {
frontend: {
...reactTsStructure_1.reactTsStructure.src,
},
backend: {
...nodeTsStructure_1.nodeTsStructure.src,
},
root: {
...docker_1.dockerStructure,
},
};