revert Trying something dumb
This commit is contained in:
bingus_violet 2024-05-17 19:19:52 -05:00
parent 7c9797fa0e
commit 242a8c55fb
3 changed files with 2 additions and 30 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -4,7 +4,7 @@
"description": "Violets Purgatory is a personal webapp for",
"main": "index.js",
"scripts": {
"start": "bun run index.js"
"start": "node index.js"
},
"repository": {
"type": "git",
@ -21,11 +21,5 @@
"minify-html": "^0.0.2",
"ws": "^8.16.0",
"youtubei.js": "^9.0.2"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}

View file

@ -1,22 +0,0 @@
{
"compilerOptions": {
"lib": ["ESNext"],
"module": "esnext",
"target": "esnext",
"moduleResolution": "bundler",
"moduleDetection": "force",
"allowImportingTsExtensions": true,
"noEmit": true,
"composite": true,
"strict": true,
"downlevelIteration": true,
"skipLibCheck": true,
"jsx": "preserve",
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true,
"types": [
"bun-types" // add Bun global
]
}
}