D
Size: a a a
D
DZ
DZ
DZ
const STATIC_ROOT = normalize(join(__dirname, '..', 'web', 'public'));
const ADMIN_ROOT = normalize(join(__dirname, '..', 'web', 'admin'));
const ASSETS_ROOT = normalize(join(__dirname, '..', 'web', 'assets'));
const server = express();
const app = await NestFactory.create(ApplicationModule, server);
server.use('/assets', express.static(ASSETS_ROOT));
server.use('/admin', express.static(ADMIN_ROOT));
server.use(express.static(STATIC_ROOT));
𝒟𝒩
DZ
𝒟𝒩
𝒟𝒩
𝒟𝒩
KA
𝒟𝒩
DZ
DZ
DZ
DZ
DZ
DZ
DZ
𝒟𝒩