Skip to content
Snippets Groups Projects
Commit 40c111cf authored by nar20's avatar nar20
Browse files

[ADD] Hot/Live Reload


Signed-off-by: default avatarnar20 <nar20@inf.ufpr.br>
parent f5c6c6d1
No related branches found
No related tags found
1 merge request!1[ADD] Hot/Live Reload
{
"name": "hono-backend",
"scripts": {
"dev": "bun run --watch src/index.ts",
"dev": "bun run --hot --watch src/index.ts",
"db:generate": "drizzle-kit generate",
"db:migrate": "cross-env DB_MIGRATING=true bun run src/db/migrate.ts",
"db:seed": "cross-env DB_SEEDING=true bun run src/db/seed.ts",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment