mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
Removing build dir
Commited by accident
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
.next
|
||||
.env
|
||||
node_modules
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
15406
example/.next/commons.js
15406
example/.next/commons.js
File diff suppressed because one or more lines are too long
4
example/.next/dist/pages/_document.js
vendored
4
example/.next/dist/pages/_document.js
vendored
@@ -1,4 +0,0 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = require('next/dist/server/document.js');
|
||||
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIm5vZGVfbW9kdWxlcy9uZXh0L2Rpc3QvcGFnZXMvX2RvY3VtZW50LmpzIl0sIm5hbWVzIjpbIm1vZHVsZSIsImV4cG9ydHMiLCJyZXF1aXJlIl0sIm1hcHBpbmdzIjoiOztBQUFBLE9BQU8sQUFBUCxVQUFpQixBQUFqQiIsImZpbGUiOiJfZG9jdW1lbnQuanM/ZW50cnkiLCJzb3VyY2VSb290IjoiL1VzZXJzL2lhaW4vRGV2ZWxvcG1lbnQvbmV4dC1hdXRoL2V4YW1wbGUifQ==
|
||||
4
example/.next/dist/pages/_error.js
vendored
4
example/.next/dist/pages/_error.js
vendored
@@ -1,4 +0,0 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = require('next/dist/lib/error.js');
|
||||
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIm5vZGVfbW9kdWxlcy9uZXh0L2Rpc3QvcGFnZXMvX2Vycm9yLmpzIl0sIm5hbWVzIjpbIm1vZHVsZSIsImV4cG9ydHMiLCJyZXF1aXJlIl0sIm1hcHBpbmdzIjoiOztBQUFBLE9BQU8sQUFBUCxVQUFpQixBQUFqQiIsImZpbGUiOiJfZXJyb3IuanM/ZW50cnkiLCJzb3VyY2VSb290IjoiL1VzZXJzL2lhaW4vRGV2ZWxvcG1lbnQvbmV4dC1hdXRoL2V4YW1wbGUifQ==
|
||||
451
example/.next/dist/pages/auth/index.js
vendored
451
example/.next/dist/pages/auth/index.js
vendored
File diff suppressed because one or more lines are too long
19359
example/.next/main.js
19359
example/.next/main.js
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "next-auth",
|
||||
"version": "1.1.1",
|
||||
"description": "Add oAuth and/or email authentication to Next.js sites",
|
||||
"version": "1.1.2",
|
||||
"description": "An authentication library for Next.js projects",
|
||||
"repository": "https://github.com/iaincollins/next-auth.git",
|
||||
"main": "index.js",
|
||||
"scripts": {},
|
||||
|
||||
Reference in New Issue
Block a user