mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-09 15:11:29 -07:00
5 lines
33 B
Bash
Executable File
5 lines
33 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
|
|
exec vite dev
|