generated from alecodes/base-template
feat: add build logic
This commit is contained in:
parent
e23a81c78e
commit
8ef4d8408c
11 changed files with 541 additions and 1 deletions
1
testfiles/index.ts
Normal file
1
testfiles/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
console.log("Hello World!");
|
||||
3
testfiles/style.css
Normal file
3
testfiles/style.css
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
* {
|
||||
background-color: red;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue