using jsx
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"dev": "bun run tailwind:dev | bun run elxsia:dev",
|
||||
"elxsia:dev": "bun --watch src/index.ts",
|
||||
"elxsia:dev": "bun --watch src/index.tsx",
|
||||
"build": "bun run tailwind:build",
|
||||
"start": "bun run src/index.ts",
|
||||
"start": "bun run src/index.tsx",
|
||||
"tailwind:build": "bunx tailwindcss -i ./src/style.css -o ./public/style.css --minify",
|
||||
"tailwind:dev": "bunx tailwindcss -i ./src/style.css -o ./public/style.css --watch"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user