1
Fork 0

Remove superfluous files

This commit is contained in:
Tobias Berger 2023-07-27 20:21:57 +02:00
parent f661ef1fcf
commit c7f0f7f789
Signed by: toby
GPG key ID: 2D05EFAB764D6A88
6 changed files with 0 additions and 50463 deletions

View file

@ -1 +0,0 @@
RUSTFLAGS="-C target-cpu=native" cargo build --release

16809
inputs.json

File diff suppressed because it is too large Load diff

View file

@ -1,8 +0,0 @@
{
"name": "minesweeper-nojs",
"module": "server.ts",
"type": "module",
"devDependencies": {
"bun-types": "^0.4.0"
}
}

16816
style.json

File diff suppressed because it is too large Load diff

16809
table.json

File diff suppressed because it is too large Load diff

View file

@ -1,20 +0,0 @@
{
"compilerOptions": {
"lib": [
"ESNext"
],
"module": "esnext",
"target": "esnext",
"moduleResolution": "nodenext",
"strict": true,
"downlevelIteration": true,
"skipLibCheck": true,
"jsx": "preserve",
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true,
"types": [
"bun-types" // add Bun global
]
}
}