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: { - /* ... */ - }, -};