Our sweet start

This commit is contained in:
Maria Chernova 2024-11-20 22:24:43 +03:00 committed by kildishevps
parent cf9094ebb2
commit df86967662
2 changed files with 6 additions and 21 deletions

View File

@ -1,21 +1,6 @@
# #Mon Nov 11 15:13:29 MSK 2024
# Copyright 2019 Ugljesa Jovanovic
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists

View File

@ -1,7 +1,7 @@
config.devServer = config.devServer || {} config.devServer = config.devServer || {}
config.devServer.port = 8081 config.devServer.port = 8081
config.devServer.open = false config.devServer.open = false
config.devServer.watchOptions = { //config.devServer.watchOptions = {
"aggregateTimeout": 1000, // "aggregateTimeout": 1000,
"poll": 1000 // "poll": 1000
} //}