mirror of
https://github.com/linsa-io/linsa.git
synced 2026-03-26 11:01:17 +01:00
.
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "learn-anything",
|
||||
"scripts": {
|
||||
"dev": "bun web",
|
||||
"web": "cd web && bun dev",
|
||||
"web:build": "bun run --filter '*' build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bun-types": "^1.1.18"
|
||||
},
|
||||
"workspaces": [
|
||||
"web"
|
||||
],
|
||||
"prettier": {
|
||||
"useTabs": true,
|
||||
"semi": false,
|
||||
"trailingComma": "none",
|
||||
"printWidth": 120,
|
||||
"arrowParens": "avoid"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
Reference in New Issue
Block a user