(+) Application Layer - environment
Environment μ νμμ±
ν¨ν€μ§ κ΅¬μ± κ΄μ μμ λ°λΌλ³Έ Environment
Environment ꡬν
development.dart(production.dart λ λμΌν λ°©μ)
void main() {
final Environment environment =
Environment.newInstance(EnvironmentType.development);
environment.run();
}environment.dart
Last updated
