refactor: move SVGs and style.css to static/assets/ and update references
This commit is contained in:
2
justfile
2
justfile
@@ -14,7 +14,7 @@ build-go:
|
||||
go build -o server ./cmd/server
|
||||
|
||||
build-css:
|
||||
bunx @tailwindcss/cli -i ./static/style.css -o ./dist/tailwind.css
|
||||
bunx @tailwindcss/cli -i ./static/assets/style.css -o ./dist/tailwind.css
|
||||
|
||||
build-ts:
|
||||
bun build ./static/player/main.ts --outdir ./dist/static/player --target browser --splitting && bun build ./static/*.ts --outdir ./dist/static --target browser
|
||||
|
||||
Reference in New Issue
Block a user