mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 01:36:30 +02:00
5 lines
79 B
Bash
5 lines
79 B
Bash
|
|
#!/bin/bash
|
||
|
|
cd /Users/mac_1/Documents/GitHub/SurfSense/surfsense_web
|
||
|
|
pnpm dev
|
||
|
|
|