@kithinji/pod 1.0.9 → 1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.js CHANGED
@@ -2891,10 +2891,7 @@ function stylePlugin(store) {
2891
2891
 
2892
2892
  body {
2893
2893
  margin: 0;
2894
- display: flex;
2895
- place-items: center;
2896
- min-width: 320px;
2897
- min-height: 100vh;
2894
+ padding: 0;
2898
2895
  }
2899
2896
 
2900
2897
  ${cssOutput}`;
@@ -4508,7 +4505,7 @@ function printNextSteps(projectName, env, services) {
4508
4505
 
4509
4506
  // src/main.ts
4510
4507
  var program = new Command();
4511
- program.name("pod").description("Pod cli tool").version("1.0.9");
4508
+ program.name("pod").description("Pod cli tool").version("1.0.10");
4512
4509
  program.command("new <name>").description("Start a new Pod Project").action(async (name) => {
4513
4510
  await addNew(name);
4514
4511
  const appDir = path13.resolve(process.cwd(), name);