Move static files around + add Dockerfile + add docker-compose.yml
This commit is contained in:
parent
5405630490
commit
48730aa9af
17 changed files with 66 additions and 52 deletions
11
package.json
11
package.json
|
@ -1,11 +1,14 @@
|
|||
{
|
||||
"name": "startpage",
|
||||
"module": "index.ts",
|
||||
"module": "./src/index.ts",
|
||||
"type": "module",
|
||||
"script": {
|
||||
"start": "bun run index.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bun-types": "latest"
|
||||
"bun-types": "^1.1.31"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
"typescript": "^5.6.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue