Compare commits

..

No commits in common. "ai-dev" and "master" have entirely different histories.

7 changed files with 5 additions and 29 deletions

7
.gitignore vendored
View File

@ -1,7 +0,0 @@
node_modules/
*/node_modules/
**/node_modules/
*/build/
**/build/
.DS_Store
.env

File diff suppressed because one or more lines are too long

View File

@ -1,14 +0,0 @@
steps:
- name: 'gcr.io/cloud-builders/docker'
entrypoint: 'bash'
args: ['-c', 'docker pull gcr.io/fldemo-315215/pluviomtrico-34946-dev:latest || exit 0']
- name: 'gcr.io/cloud-builders/docker'
args: [
'build',
'-t', 'gcr.io/fldemo-315215/pluviomtrico-34946-dev:latest',
'--file', 'Dockerfile.dev',
'--cache-from', 'gcr.io/fldemo-315215/pluviomtrico-34946-dev:latest',
'.'
]
images: ['gcr.io/fldemo-315215/pluviomtrico-34946-dev:latest']
logsBucket: 'gs://fldemo-315215-cloudbuild-logs'

View File

@ -1 +0,0 @@
{}

View File

@ -1,6 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference path="./build/types/routes.d.ts" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
// see https://nextjs.org/docs/basic-features/typescript for more information.

View File

@ -1 +0,0 @@
4

View File

@ -1 +0,0 @@
3