wip(ci): docker dev and prod build + ci

This commit is contained in:
yassin@siouda.com
2023-10-11 16:58:00 +02:00
parent 4fdfdbe89f
commit cfac5b116e
4 changed files with 81 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview"
},
@ -42,4 +42,4 @@
"zifferjs": "^0.0.32",
"zzfx": "^1.2.0"
}
}
}