From 884c13a22dbf3e2adff6d10e4979900b411d3a94 Mon Sep 17 00:00:00 2001 From: Matthew Kaney Date: Thu, 21 Apr 2022 13:14:37 -0400 Subject: [PATCH] Remove old files --- index.html | 14 -------------- snowpack.config.js | 21 --------------------- 2 files changed, 35 deletions(-) delete mode 100644 index.html delete mode 100644 snowpack.config.js diff --git a/index.html b/index.html deleted file mode 100644 index fa8d6105..00000000 --- a/index.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - Bingo - - - - - - - - diff --git a/snowpack.config.js b/snowpack.config.js deleted file mode 100644 index 266476d8..00000000 --- a/snowpack.config.js +++ /dev/null @@ -1,21 +0,0 @@ -// Snowpack Configuration File -// See all supported options: https://www.snowpack.dev/reference/configuration - -/** @type {import("snowpack").SnowpackUserConfig } */ -module.exports = { - mount: { - /* ... */ - }, - plugins: [ - /* ... */ - ], - packageOptions: { - /* ... */ - }, - devOptions: { - /* ... */ - }, - buildOptions: { - /* ... */ - }, -};