From be80bf9ea2446888d0844aca1595ee5e3d23f02c Mon Sep 17 00:00:00 2001 From: Savanni D'Gerinel Date: Mon, 24 Apr 2023 19:45:22 -0400 Subject: [PATCH] Move the web app into a subdir --- kifu/kifu-pwa/{ => web}/converter.css | 0 kifu/kifu-pwa/{ => web}/core.d.ts | 0 kifu/kifu-pwa/{ => web}/icon512.png | Bin kifu/kifu-pwa/{ => web}/index.html | 0 kifu/kifu-pwa/{ => web}/manifest.json | 0 kifu/kifu-pwa/{ => web}/package-lock.json | 0 kifu/kifu-pwa/{ => web}/package.json | 0 kifu/kifu-pwa/{ => web}/src/converter.ts | 0 kifu/kifu-pwa/{ => web}/src/sw.js | 0 kifu/kifu-pwa/{ => web}/tsconfig.json | 0 kifu/kifu-pwa/{ => web}/webpack.config.js | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename kifu/kifu-pwa/{ => web}/converter.css (100%) rename kifu/kifu-pwa/{ => web}/core.d.ts (100%) rename kifu/kifu-pwa/{ => web}/icon512.png (100%) rename kifu/kifu-pwa/{ => web}/index.html (100%) rename kifu/kifu-pwa/{ => web}/manifest.json (100%) rename kifu/kifu-pwa/{ => web}/package-lock.json (100%) rename kifu/kifu-pwa/{ => web}/package.json (100%) rename kifu/kifu-pwa/{ => web}/src/converter.ts (100%) rename kifu/kifu-pwa/{ => web}/src/sw.js (100%) rename kifu/kifu-pwa/{ => web}/tsconfig.json (100%) rename kifu/kifu-pwa/{ => web}/webpack.config.js (100%) diff --git a/kifu/kifu-pwa/converter.css b/kifu/kifu-pwa/web/converter.css similarity index 100% rename from kifu/kifu-pwa/converter.css rename to kifu/kifu-pwa/web/converter.css diff --git a/kifu/kifu-pwa/core.d.ts b/kifu/kifu-pwa/web/core.d.ts similarity index 100% rename from kifu/kifu-pwa/core.d.ts rename to kifu/kifu-pwa/web/core.d.ts diff --git a/kifu/kifu-pwa/icon512.png b/kifu/kifu-pwa/web/icon512.png similarity index 100% rename from kifu/kifu-pwa/icon512.png rename to kifu/kifu-pwa/web/icon512.png diff --git a/kifu/kifu-pwa/index.html b/kifu/kifu-pwa/web/index.html similarity index 100% rename from kifu/kifu-pwa/index.html rename to kifu/kifu-pwa/web/index.html diff --git a/kifu/kifu-pwa/manifest.json b/kifu/kifu-pwa/web/manifest.json similarity index 100% rename from kifu/kifu-pwa/manifest.json rename to kifu/kifu-pwa/web/manifest.json diff --git a/kifu/kifu-pwa/package-lock.json b/kifu/kifu-pwa/web/package-lock.json similarity index 100% rename from kifu/kifu-pwa/package-lock.json rename to kifu/kifu-pwa/web/package-lock.json diff --git a/kifu/kifu-pwa/package.json b/kifu/kifu-pwa/web/package.json similarity index 100% rename from kifu/kifu-pwa/package.json rename to kifu/kifu-pwa/web/package.json diff --git a/kifu/kifu-pwa/src/converter.ts b/kifu/kifu-pwa/web/src/converter.ts similarity index 100% rename from kifu/kifu-pwa/src/converter.ts rename to kifu/kifu-pwa/web/src/converter.ts diff --git a/kifu/kifu-pwa/src/sw.js b/kifu/kifu-pwa/web/src/sw.js similarity index 100% rename from kifu/kifu-pwa/src/sw.js rename to kifu/kifu-pwa/web/src/sw.js diff --git a/kifu/kifu-pwa/tsconfig.json b/kifu/kifu-pwa/web/tsconfig.json similarity index 100% rename from kifu/kifu-pwa/tsconfig.json rename to kifu/kifu-pwa/web/tsconfig.json diff --git a/kifu/kifu-pwa/webpack.config.js b/kifu/kifu-pwa/web/webpack.config.js similarity index 100% rename from kifu/kifu-pwa/webpack.config.js rename to kifu/kifu-pwa/web/webpack.config.js