Compare commits
No commits in common. "ai-dev" and "master" have entirely different histories.
7
.gitignore
vendored
7
.gitignore
vendored
@ -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
@ -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'
|
|
||||||
@ -1 +0,0 @@
|
|||||||
{}
|
|
||||||
3
frontend/next-env.d.ts
vendored
3
frontend/next-env.d.ts
vendored
@ -1,6 +1,5 @@
|
|||||||
/// <reference types="next" />
|
/// <reference types="next" />
|
||||||
/// <reference types="next/image-types/global" />
|
/// <reference types="next/image-types/global" />
|
||||||
/// <reference path="./build/types/routes.d.ts" />
|
|
||||||
|
|
||||||
// NOTE: This file should not be edited
|
// 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.
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
4
|
|
||||||
@ -1 +0,0 @@
|
|||||||
3
|
|
||||||
Loading…
x
Reference in New Issue
Block a user