Skip to content

Commit 3183bad

Browse files
committed
chore: move nextjs to new frontend directory
1 parent 7e889ba commit 3183bad

File tree

8 files changed

+28
-284
lines changed

8 files changed

+28
-284
lines changed
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "helloworld",
3+
"description": "Simple hello world sample in Node",
4+
"version": "1.0.0",
5+
"private": true,
6+
"main": "index.js",
7+
"scripts": {
8+
"start": "node index.js",
9+
"test": "c8 mocha -p -j 2 test/app.test.js --exit",
10+
"system-test": "NAME=Cloud c8 mocha -p -j 2 test/system.test.js --timeout=180000"
11+
},
12+
"type": "module",
13+
"engines": {
14+
"node": ">=16.0.0"
15+
},
16+
"author": "Google LLC",
17+
"license": "Apache-2.0",
18+
"dependencies": {
19+
"express": "^4.17.1"
20+
},
21+
"devDependencies": {
22+
"c8": "^9.1.0",
23+
"google-auth-library": "^9.6.3",
24+
"got": "^14.2.0",
25+
"mocha": "^10.3.0",
26+
"supertest": "^6.3.4"
27+
}
28+
}

run/nextjs-helloworld/package.json

-22
This file was deleted.

run/nextjs-helloworld/test/e2e_test_cleanup.yaml

-33
This file was deleted.

run/nextjs-helloworld/test/e2e_test_setup.yaml

-55
This file was deleted.

run/nextjs-helloworld/test/retry.sh

-67
This file was deleted.

run/nextjs-helloworld/test/system.test.js

-107
This file was deleted.

0 commit comments

Comments
 (0)