perhaps fix build
This commit is contained in:
parent
766d40ae30
commit
bac36e2784
2 changed files with 4 additions and 2 deletions
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
|
@ -8,14 +8,16 @@
|
||||||
"test": "test"
|
"test": "test"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm i -d @chouqueth/gleam && npx gleam run build",
|
"build": "gleam run build",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
"devDependencies": {
|
||||||
|
"@chouqueth/gleam": "^1.7.0"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@chouqueth/gleam": "^1.7.0",
|
|
||||||
"@tailwindcss/postcss": "^4.0.1",
|
"@tailwindcss/postcss": "^4.0.1",
|
||||||
"@tailwindcss/vite": "^4.0.1",
|
"@tailwindcss/vite": "^4.0.1",
|
||||||
"tailwindcss": "^4.0.1",
|
"tailwindcss": "^4.0.1",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue