initial commit
This commit is contained in:
10
.tasks/dev.yml
Normal file
10
.tasks/dev.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: "3"
|
||||
|
||||
tasks:
|
||||
run:
|
||||
desc: "Uruchom serwer deweloperski"
|
||||
cmd: npx next dev --turbopack
|
||||
|
||||
watch:
|
||||
desc: "Uruchom serwer deweloperski z hot-reload (alias dla run)"
|
||||
cmd: npx next dev --turbopack
|
||||
Reference in New Issue
Block a user