ts build
This commit is contained in:
@@ -28,6 +28,6 @@ body {
|
||||
<script type="module" src="https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@2.18.0/cdn/shoelace-autoloader.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
tasks!
|
||||
<script type="module" src="main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
5
static/main.js
Normal file
5
static/main.js
Normal file
@@ -0,0 +1,5 @@
|
||||
"use strict";
|
||||
function main() {
|
||||
console.log("Hello, world!");
|
||||
}
|
||||
main();
|
||||
Reference in New Issue
Block a user