chore: flake wip
This commit is contained in:
parent
74df47531c
commit
bba420386f
2 changed files with 44 additions and 45 deletions
|
|
@ -4,6 +4,7 @@
|
|||
"scripts": {
|
||||
"dev": "bun run --watch src/index.tsx",
|
||||
"hot": "bun run --hot src/index.tsx",
|
||||
"start": "bun run src/index.tsx",
|
||||
"format": "eslint --fix .",
|
||||
"build": "bunx @tailwindcss/cli -i ./src/main.css -o ./public/generated.css",
|
||||
"lint": "run-p 'lint:*'",
|
||||
|
|
@ -51,4 +52,4 @@
|
|||
"typescript": "^5.8.3",
|
||||
"typescript-eslint": "^8.32.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue