mirror of
https://github.com/timokz/flutter-vienna-hackathon-25.git
synced 2025-11-08 23:04:20 +01:00
17 lines
321 B
YAML
17 lines
321 B
YAML
name: wien_talks_server
|
|
description: Starting point for a Serverpod server.
|
|
# version: 1.0.0
|
|
# homepage: https://www.example.com
|
|
|
|
environment:
|
|
sdk: '>=3.5.0 <4.0.0'
|
|
|
|
dependencies:
|
|
serverpod: 2.9.1
|
|
serverpod_auth_server: ^2.9.1
|
|
|
|
dev_dependencies:
|
|
lints: '>=3.0.0 <7.0.0'
|
|
test: '^1.24.2'
|
|
serverpod_test: 2.9.1
|
|
|