mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-20 18:18:32 +00:00
Merge pull request #84 from mindofmatthew/tidying
Tidy up a couple of old files
This commit is contained in:
commit
5eba78d795
14
index.html
14
index.html
@ -1,14 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<script>import("./strudel.js").then(m => strudel = m)
|
|
||||||
</script>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>Bingo</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<button onclick="foo()">hello</button>
|
|
||||||
<button onclick="bar()">hello</button>
|
|
||||||
|
|
||||||
<script type="module" src="./strudel.js"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -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: {
|
|
||||||
/* ... */
|
|
||||||
},
|
|
||||||
};
|
|
||||||
Loading…
x
Reference in New Issue
Block a user