mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 01:36:30 +02:00
Fixed docker config to run on non-windows architectures
This commit is contained in:
parent
f105dd3628
commit
0926e1f393
4 changed files with 18 additions and 16 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"private": true,
|
||||
"description": "SurfSense Frontend",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"dev": "next dev --turbopack",
|
||||
"dev:turbo": "next dev --turbopack",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue