mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-26 09:53:23 +01:00
7 lines
75 B
JavaScript
7 lines
75 B
JavaScript
|
#! /usr/bin/env node
|
||
|
"use strict";
|
||
|
import {start} from "./lib";
|
||
|
|
||
|
start();
|
||
|
|