13,736 Results
Techset Lines Light
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Techset Dark
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Xablau
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Vintui Dark
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Vintui
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Lamsoft Theme Default
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
fengwei2002
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
museun
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Regard
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Midnight Coffee Dreams
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Nighty Night 🌙
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Purppy
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Fresh and Sober Color Theme | Dark
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Fresh and Sober Color Theme | Light
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Darker than White, Brighter than Black.
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Salty Sea
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
BluBe
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Darkwind
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Solarized Theme
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
watercourse
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Aleks Galenko
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Meeku
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Codecademy Dark
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
aGen Theme
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript